Browse Source

web/templates/postkey.html: add h3 header before the form

pull/1/head
Hidden Z 14 years ago
parent
commit
27d9aadbe8
  1. 1
      web/templates/postkey.html

1
web/templates/postkey.html

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
{% include "local/policy.html" %}
<form action="/postkey/" method="post">
{% csrf_token %}
<h3>Enter your domain details</h3>
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>

Loading…
Cancel
Save