diff options
-rw-r--r-- | templates/web/base/admin/contact-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/contact-form.html b/templates/web/base/admin/contact-form.html index c074605ef..cd35743ad 100644 --- a/templates/web/base/admin/contact-form.html +++ b/templates/web/base/admin/contact-form.html @@ -2,7 +2,7 @@ [% IF contact.in_storage %] <p> - <h1>[% contact.category_display | html %]</h2> + <h1>[% contact.category_display | html %]</h1> <input type="hidden" name="category" value="[% contact.category | html %]" > </p> [% ELSE %] |