From a2891841fbf1e5660693a1f9109f2e6810224a3b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 5 May 2019 11:40:42 -0500 Subject: added tutorials with comments --- design/templates/admin/insert_images.html | 130 ++++++++++++++++++++++++ design/templates/blog/entry_list.html | 5 +- design/templates/tutorials/topic_list.html | 35 +++++++ design/templates/tutorials/tutorial_detail.html | 85 ++++++++++++++++ design/templates/tutorials/tutorial_list.html | 22 ++++ 5 files changed, 276 insertions(+), 1 deletion(-) create mode 100644 design/templates/admin/insert_images.html create mode 100644 design/templates/tutorials/topic_list.html create mode 100644 design/templates/tutorials/tutorial_detail.html create mode 100644 design/templates/tutorials/tutorial_list.html (limited to 'design/templates') diff --git a/design/templates/admin/insert_images.html b/design/templates/admin/insert_images.html new file mode 100644 index 0000000..2db82e6 --- /dev/null +++ b/design/templates/admin/insert_images.html @@ -0,0 +1,130 @@ +{% load get_image_by_size %} + + + + + + + + +
{% for object in object_list %} +
+ {% if object.get_type != "Audio" %} +
+ +
{{object.id}} {% if object.caption %}– {{object.caption}}{%endif%}
+
+ + {% else %} +
+ +
+ + {% endif %} +
+{% endfor %} +
+ + + + + + diff --git a/design/templates/blog/entry_list.html b/design/templates/blog/entry_list.html index 0931ac4..9198b39 100644 --- a/design/templates/blog/entry_list.html +++ b/design/templates/blog/entry_list.html @@ -2,7 +2,10 @@ {% load typogrify_tags %} {%block bodyid%}id="essay-archive" class="archive"{%endblock%} -{% block content %} +{% block content %}

Essays