mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
billing: Add location for errors on billing page.
This adds a location for error messages to the billing page, using the standard error styling.
This commit is contained in:
committed by
Rishi Gupta
parent
e0bd719f5c
commit
570b9515c6
@@ -19,6 +19,12 @@
|
||||
<div class="page-content">
|
||||
<div class="main">
|
||||
|
||||
{% if error_message %}
|
||||
<div class="alert alert-danger" id="error-message-box">
|
||||
{{ error_message }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<h1>{{ _("Billing") }}</h1>
|
||||
{% if admin_access %}
|
||||
<ul class="nav nav-tabs" id="billing-tabs">
|
||||
|
||||
Reference in New Issue
Block a user