From 92abffcc98404825324341d5ee654642364890bb Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 11 Nov 2015 21:54:21 -0500 Subject: redo figments to work with CBV, new builder, etc. Also broke out admin textfield widget to utils --- design/templates/archives/figments.html | 2 +- design/templates/archives/figments_series.html | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 design/templates/archives/figments_series.html (limited to 'design/templates') diff --git a/design/templates/archives/figments.html b/design/templates/archives/figments.html index 8b5c78e..1ef636f 100644 --- a/design/templates/archives/figments.html +++ b/design/templates/archives/figments.html @@ -9,7 +9,7 @@

Figments of Imagination

-

I dislike the term “fiction” because it implies that there is a non-fiction and I categorically deny that such a thing can exist. So I call these stories “less true stories mostly made up” and hope for the best, where “the best” is that you enjoy them.

+

I dislike the term “fiction” because it implies that there is a non-fiction and I categorically deny that such a thing can exist. So I call these stories “less true stories mostly made up” and hope for the best, where “the best” is that you enjoy them.

{% for object in object_list %}
diff --git a/design/templates/archives/figments_series.html b/design/templates/archives/figments_series.html new file mode 100644 index 0000000..2f4a921 --- /dev/null +++ b/design/templates/archives/figments_series.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} + +{% block primary %} +
+

Figments of Imagination

+

I dislike the term “fiction” because it implies that there is a non-fiction and I categorically deny that such a thing can exist. So I call these stories “less true stories mostly made up” and hope for the best, where “the best” is that you enjoy them.

+

These are stories by series, where series is either a collection of related short stories or a novel/novella of some sort.

+ {% for obj in object_list %} +

{{obj.title|smartypants|safe}}:

{%for object in obj.series.all%} + + {%endfor%} + {%endfor%} +
+{% endblock %} -- cgit v1.2.3-70-g09d2