mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-10 06:47:58 +00:00
11 lines
229 B
HTML
11 lines
229 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{% include "local/policy.html" %}
|
|
<form action="/postkey/" method="post">
|
|
{% csrf_token %}
|
|
{{ form.as_p }}
|
|
<input type="submit" value="Submit" />
|
|
</form>
|
|
{% endblock %}
|