summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_repo.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/delete_repo.html')
-rw-r--r--ogcp/templates/actions/delete_repo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/delete_repo.html b/ogcp/templates/actions/delete_repo.html
index 7a6bd79..17902dd 100644
--- a/ogcp/templates/actions/delete_repo.html
+++ b/ogcp/templates/actions/delete_repo.html
@@ -7,7 +7,7 @@
{% block nav_repos_add %}active{% endblock %}
{% block content %}
-<h1 class="m-5">{{_('Delete repo')}}</h1>
+<h2 class="mx-5 subhead-heading">{{_('Delete repo')}}</h2>
{{ wtf.quick_form(form,
action=url_for('action_repo_delete'),