From 570b9515c6e2ac118082a703f02229fd92de4ce0 Mon Sep 17 00:00:00 2001 From: Max Nussenbaum Date: Sat, 4 Aug 2018 11:22:30 -0400 Subject: [PATCH] billing: Add location for errors on billing page. This adds a location for error messages to the billing page, using the standard error styling. --- templates/zilencer/billing.html | 6 ++++++ tools/check-templates | 1 + 2 files changed, 7 insertions(+) diff --git a/templates/zilencer/billing.html b/templates/zilencer/billing.html index bd61e9f44a..367ff37b17 100644 --- a/templates/zilencer/billing.html +++ b/templates/zilencer/billing.html @@ -19,6 +19,12 @@
+ {% if error_message %} +
+ {{ error_message }} +
+ {% endif %} +

{{ _("Billing") }}

{% if admin_access %}