1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-09 14:28:03 +00:00
py-i2phosts/pyi2phosts/templates/postkey.html

13 lines
353 B
HTML
Raw Normal View History

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