mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Fixed casing for modules, removed unused page
This commit is contained in:
@@ -35,18 +35,3 @@ def how_to_pay():
|
||||
"views/pricing/how-to-pay.html",
|
||||
navigation_links=using_notify_nav(),
|
||||
)
|
||||
|
||||
|
||||
@main.route("/pricing/billing-details")
|
||||
@user_is_logged_in
|
||||
def billing_details():
|
||||
if current_user.is_authenticated:
|
||||
return render_template(
|
||||
"views/pricing/billing-details.html",
|
||||
billing_details=current_app.config["NOTIFY_BILLING_DETAILS"],
|
||||
navigation_links=using_notify_nav(),
|
||||
)
|
||||
return render_template(
|
||||
"views/pricing/billing-details-signed-out.html",
|
||||
navigation_links=using_notify_nav(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user