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

12 lines
267 B
HTML
Raw Normal View History

2010-10-06 19:02:08 +00:00
{% extends "base.html" %}
{% block content %}
{% include "local/policy.html" %}
2010-10-06 19:02:08 +00:00
<form action="/postkey/" method="post">
{% csrf_token %}
<h3>Enter your domain details</h3>
2010-10-06 19:02:08 +00:00
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
{% endblock %}