]> git.0d.be Git - panikweb.git/commitdiff
remove fiber leftovers
authorFrédéric Péters <fpeters@0d.be>
Mon, 21 Aug 2023 12:34:52 +0000 (14:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 21 Aug 2023 12:34:52 +0000 (14:34 +0200)
panikweb/base/templates/tpl-default.html [deleted file]
panikweb/settings.py

diff --git a/panikweb/base/templates/tpl-default.html b/panikweb/base/templates/tpl-default.html
deleted file mode 100644 (file)
index 815d412..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-{% extends "base.html" %}
-{% load fiber_tags %}
-
-{% block title %}{{ fiber_page.title }}{% endblock %}
-
-{% block toptitle %}
-  <h1 class="top">À propos</h1>
-{% endblock %}
-
-{% block nav %}
-  <div class="mainSub">
-    <nav class="distributed">
-      {% show_menu "main-menu" 1 1 "all" %}
-    </nav>
-  </div>
-{% endblock %}
-
-{% block main %}
-
-  <div class="wrapper navigation">
-    <div id="fiber-content" class="leftPart">
-      <h2 class="title">{{ fiber_page.title }}</h2>
-
-      <div class="text">{% show_page_content "main" %}</div>
-    </div>
-    <div id="fiber-nav" class="sub rightPart custom marged">
-      {% show_menu "main-menu" 2 3 "all_descendants" %}
-    </div>
-  </div>
-
-{% endblock %}
index b065ffa5831cf2a2a8d45a6a57e32e8cc9aea4fe..50974959bf9913222f43381b399a68c1c71bbb0e 100644 (file)
@@ -187,8 +187,6 @@ HAYSTACK_CONNECTIONS = {
     },
 }
 
-FIBER_TEMPLATE_CHOICES = (('tpl-default.html', 'Default template'),)
-
 ENABLE_PIWIK = False
 
 CACHES = {