From 120909ce468d050ec4ef51cd54ba63c83ba62b35 Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 15 Oct 2015 12:26:43 -0400 Subject: [PATCH] Template file was missing --- templates/display/story.html | 48 ++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/display/story.html diff --git a/templates/display/story.html b/templates/display/story.html new file mode 100644 index 0000000..1f78003 --- /dev/null +++ b/templates/display/story.html @@ -0,0 +1,48 @@ +{% extends "base.html" %} + +{% block head %} + +{% endblock %} + +{% block innercontentmore %} class="scrollable"{% endblock %} +{% block mainmore %} class="storycontent" {% endblock %} + +{% block infoleft %} +
+
+
+ + + +
+ + . + +
+
+{% endblock %} + +{%block infomore %} + | +{% endblock %} + +{% block main %} +
+
{% for line in lines %}{% if line|make_list|first == ">" %}{{ line }}{% else %}{{ line }}{% endif %}{% endfor %}
+ +
+ + + + +{% endblock %}