1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-02 09:55:52 +00:00

web/templates/postkey.html: include local-policy template

This commit is contained in:
Hidden Z 2010-10-24 18:35:49 +00:00
parent 757e98197b
commit db4f4acafd

View File

@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
{% include "local/policy.html" %}
<form action="/postkey/" method="post">
{% csrf_token %}
{{ form.as_p }}