Browse Source

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

pull/1/head
Hidden Z 14 years ago
parent
commit
db4f4acafd
  1. 1
      web/templates/postkey.html

1
web/templates/postkey.html

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

Loading…
Cancel
Save