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