Browse Source

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.
pull/1/head
Hidden Z 14 years ago
parent
commit
93cd0aedd2
  1. 0
      pyi2phosts/templates/policy.html
  2. 2
      pyi2phosts/templates/postkey.html

0
pyi2phosts/templates/local/policy.html → pyi2phosts/templates/policy.html

2
pyi2phosts/templates/postkey.html

@ -1,7 +1,7 @@ @@ -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>

Loading…
Cancel
Save