1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00

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

This commit is contained in:
Hidden Z 2010-10-29 17:54:02 +00:00
parent d6dfee3f78
commit 27d9aadbe8

View File

@ -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>