mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-14 00:37:54 +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:
parent
2e5ba8d88d
commit
93cd0aedd2
@ -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…
Reference in New Issue
Block a user