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:
parent
d6dfee3f78
commit
27d9aadbe8
@ -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…
Reference in New Issue
Block a user