1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-08-26 13:42:20 +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" %} {% extends "base.html" %}
{% block content %} {% block content %}
{% include "local/policy.html" %} {% include "policy.html" %}
<form action="/postkey/" method="post"> <form action="/postkey/" method="post">
{% csrf_token %} {% csrf_token %}
<h3>Enter your domain details</h3> <h3>Enter your domain details</h3>