Updates for govuk pr followup

This commit is contained in:
Alex Janousek
2025-10-07 12:29:08 -04:00
parent b0527c1fd8
commit f647b09ac2
9 changed files with 4 additions and 85 deletions

View File

@@ -25,12 +25,3 @@ def pricing():
search_form=SearchByNameForm(),
navigation_links=using_notify_nav(),
)
@main.route("/pricing/how-to-pay")
@user_is_logged_in
def how_to_pay():
return render_template(
"views/pricing/how-to-pay.html",
navigation_links=using_notify_nav(),
)