diff options
Diffstat (limited to 'ogcp/templates/actions/legacy')
-rw-r--r-- | ogcp/templates/actions/legacy/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/legacy/log.html b/ogcp/templates/actions/legacy/log.html index 4659bf0..5df0e62 100644 --- a/ogcp/templates/actions/legacy/log.html +++ b/ogcp/templates/actions/legacy/log.html @@ -8,7 +8,7 @@ {% block nav_logs_log %} active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Client log')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Client log')}}</h2> <pre>{{ log }}</pre> |