diff options
Diffstat (limited to 'ogcp/templates/actions/script_output.html')
-rw-r--r-- | ogcp/templates/actions/script_output.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ogcp/templates/actions/script_output.html b/ogcp/templates/actions/script_output.html index c7ffdcb..a491f4c 100644 --- a/ogcp/templates/actions/script_output.html +++ b/ogcp/templates/actions/script_output.html @@ -9,9 +9,9 @@ {% block nav_script_output %} active {% endblock %} {% block content %} -<h1 class="m-5"> +<h2 class="mx-5 subhead-heading"> {{ _('Script output') }} -</h1> +</h2> {{ macros.cmd_selected_clients(selected_clients) }} |