From d9f51299809bfb6b3ac589b7c42016d0ef240299 Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 6 Nov 2021 09:42:47 -0400 Subject: moved templates to top level directory --- design/templates/details/figments.html | 55 ---------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 design/templates/details/figments.html (limited to 'design/templates/details/figments.html') diff --git a/design/templates/details/figments.html b/design/templates/details/figments.html deleted file mode 100644 index ae8dd33..0000000 --- a/design/templates/details/figments.html +++ /dev/null @@ -1,55 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{%block bodyid%}class="detail"{%endblock%} - - -{%block extrahead%} - - - - - - - - - - - - - -{%endblock%} - -{% block primary %} -
-
-
-

{%if object.template_name == 1 or object.template_name == 3 %}{{object.title|smartypants|safe}}{%else%}{{object.title|smartypants|widont|safe}}{%endif%}

- - - -
-
- {{object.body_html|safe|smartypants|widont}} -
-
- {% with object.get_next_published as next %} - {% with object.get_previous_published as prev %} - {%endwith%}{%endwith%} -
-{%endblock%} -- cgit v1.2.3-70-g09d2