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