diff options
Diffstat (limited to 'ogcp/templates/actions/delete_center.html')
-rw-r--r-- | ogcp/templates/actions/delete_center.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 5379a58..13c5670 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -8,7 +8,7 @@ {% block nav_center_delete %} active{% endblock %} {% block content %} -<h1 class="m-5">{{_('Delete center')}}</h1> +<h2 class="mx-5 subhead-heading">{{_('Delete center')}}</h2> <p class="text-left mx-5">The following center and its content will be deleted</p> <table class="table table-hover mx-5"> <thead class="thead-light"> |