page templates & views reordering

This commit is contained in:
bkfox
2020-09-22 00:51:00 +02:00
parent 5a17d034c4
commit ea17141321
13 changed files with 172 additions and 145 deletions

View File

@ -1,10 +1,9 @@
{% extends "aircox/page.html" %}
{% extends "aircox/basepage.html" %}
{% load static i18n humanize honeypot %}
{% comment %}
Base template used to display a page
Base template used to display a Page
Context:
- title: title
- page: page
{% endcomment %}