diff options
Diffstat (limited to 'ogcp/templates/actions/repo_details.html')
-rw-r--r-- | ogcp/templates/actions/repo_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/repo_details.html b/ogcp/templates/actions/repo_details.html index ee45a97..674abc2 100644 --- a/ogcp/templates/actions/repo_details.html +++ b/ogcp/templates/actions/repo_details.html @@ -7,7 +7,7 @@ {% block nav_repos_info %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Repo details')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Repo details')}}</h2> {{ wtf.quick_form(form, extra_classes="mx-5") }} {% endblock %} |