mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 06:18:05 +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" %}
|
{% include "local/policy.html" %}
|
||||||
<form action="/postkey/" method="post">
|
<form action="/postkey/" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
<h3>Enter your domain details</h3>
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
<input type="submit" value="Submit" />
|
<input type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user