From 33137197909ea8cbdd25a506c5c2d11ce8445a60 Mon Sep 17 00:00:00 2001 From: bkfox Date: Tue, 22 Sep 2020 02:41:51 +0200 Subject: [PATCH] work on it --- aircox/templates/aircox/page_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/templates/aircox/page_detail.html b/aircox/templates/aircox/page_detail.html index 839d348..002838c 100644 --- a/aircox/templates/aircox/page_detail.html +++ b/aircox/templates/aircox/page_detail.html @@ -1,4 +1,4 @@ -{% extends "aircox/basepage.html" %} +{% extends "aircox/basepage_detail.html" %} {% load static i18n humanize honeypot %} {% comment %} Base template used to display a Page