diff options
Diffstat (limited to 'ogcp/templates/auth/user_form.html')
-rw-r--r-- | ogcp/templates/auth/user_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
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() }} |