diff options
Diffstat (limited to 'ogcp/templates/actions/repos_update.html')
-rw-r--r-- | ogcp/templates/actions/repos_update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/repos_update.html b/ogcp/templates/actions/repos_update.html index 3ba0450..15c6b64 100644 --- a/ogcp/templates/actions/repos_update.html +++ b/ogcp/templates/actions/repos_update.html @@ -7,7 +7,7 @@ {% block nav_repos_update %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Update repo')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Update repo')}}</h2> {{ wtf.quick_form(form, action=url_for('action_repo_update'), |