Skip to content

Commit

Permalink
merging with main
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga committed Feb 21, 2024
2 parents e0d36b4 + 4f1cb02 commit bd91d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
2 changes: 2 additions & 0 deletions report_a_breach/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
NameForm,
StartForm,
SummaryForm,
WhatWereTheGoodsForm,
)
from .models import Breach, SanctionsRegime, SanctionsRegimeBreachThrough

Expand All @@ -26,6 +27,7 @@ class ReportABreachWizardView(BaseWizardView):
("email", EmailForm),
("verify", EmailVerifyForm),
("name", NameForm),
("what_were_the_goods", WhatWereTheGoodsForm),
(
"are_you_reporting_a_business_on_companies_house",
AreYouReportingABusinessOnCompaniesHouseForm,
Expand Down

This file was deleted.

0 comments on commit bd91d93

Please sign in to comment.