diff options
Diffstat (limited to 'ogcp/templates/actions/repos_add.html')
-rw-r--r-- | ogcp/templates/actions/repos_add.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/repos_add.html b/ogcp/templates/actions/repos_add.html index 7782014..338f96c 100644 --- a/ogcp/templates/actions/repos_add.html +++ b/ogcp/templates/actions/repos_add.html @@ -7,7 +7,7 @@ {% block nav_repos_add %}active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Add repo')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Add repo')}}</h2> {{ wtf.quick_form(form, action=url_for('action_repo_add'), |