aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2017-08-02 15:18:32 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-10 11:30:42 +0100
commit2a01510cec027c6bfd4009306ee722b32c2bb56c (patch)
tree4d4e9c01cbd74e9d15573480c184fba6f8594ddb
parent6db4832ad660a942c77a246b366c224c09d66b9f (diff)
correct mismatched header tags in admin contact form template
-rw-r--r--templates/web/base/admin/contact-form.html2
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 %]