diff options
Diffstat (limited to 'ogcp/templates/actions/center_details.html')
-rw-r--r-- | ogcp/templates/actions/center_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/center_details.html b/ogcp/templates/actions/center_details.html index 5f5d37a..6221de2 100644 --- a/ogcp/templates/actions/center_details.html +++ b/ogcp/templates/actions/center_details.html @@ -8,7 +8,7 @@ {% block nav_center_details %} active {% endblock %} {% block content %} -<h1 class="m-5">{{_('Center details')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Center details')}}</h2> {{ wtf.quick_form(form, method='post', |