1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-14 08:48:01 +00:00

Place policy.html with other templates

Separate "templates/local/" directory doesn't make sense because most of
reg services will use own templates for most pages.
This commit is contained in:
Hidden Z 2010-11-05 12:01:12 +00:00
parent 2e5ba8d88d
commit 93cd0aedd2
2 changed files with 1 additions and 1 deletions

View File

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