diff options
Diffstat (limited to 'ogcp/templates/auth')
-rw-r--r-- | ogcp/templates/auth/delete_user.html | 2 | ||||
-rw-r--r-- | ogcp/templates/auth/user_form.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/auth/delete_user.html b/ogcp/templates/auth/delete_user.html index 42301ae..5584a3e 100644 --- a/ogcp/templates/auth/delete_user.html +++ b/ogcp/templates/auth/delete_user.html @@ -7,7 +7,7 @@ {% block nav_user_edit %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Delete user {}').format(form.username.data)}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Delete user {}').format(form.username.data)}}</h2> {{ wtf.quick_form(form, action=url_for('user_delete_post'), diff --git a/ogcp/templates/auth/user_form.html b/ogcp/templates/auth/user_form.html index 7b6b338..1cba9b2 100644 --- a/ogcp/templates/auth/user_form.html +++ b/ogcp/templates/auth/user_form.html @@ -7,7 +7,7 @@ {% block nav_user_add %}active{% endblock %} {% block content %} -<h1 class="m-5">{% block subhead_heading %}{% endblock %}</h1> +<h2 class="mx-5 subhead-heading">{% block subhead_heading %}{% endblock %}</h2> <form action="{% block form_action %}{% endblock %}" method="post" class="form"> {{ form.hidden_tag() }} |