diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-07 15:57:20 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-07 15:57:20 -0400 |
commit | fe912293dcd912cac7f24a488b4faf8f5b275de7 (patch) | |
tree | 0e6b05e4ac5cdb51cf46665d87d0fa2bec9352e9 /app/fieldnotes/templates | |
parent | d757203bae35697b739e177183ada7198c495d52 (diff) |
fixed fieldnotes to include images and build them into archives
Diffstat (limited to 'app/fieldnotes/templates')
-rw-r--r-- | app/fieldnotes/templates/fieldnotes/fieldnote_archive_list_date.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/fieldnotes/templates/fieldnotes/fieldnote_archive_list_date.html b/app/fieldnotes/templates/fieldnotes/fieldnote_archive_list_date.html index 57bbb69..5d6865f 100644 --- a/app/fieldnotes/templates/fieldnotes/fieldnote_archive_list_date.html +++ b/app/fieldnotes/templates/fieldnotes/fieldnote_archive_list_date.html @@ -1,7 +1,6 @@ {% extends 'base.html' %} {% load typogrify_tags %} {% load html5_datetime %} -{% load pagination_tags %} {% block pagetitle %} Field Notes | luxagraf {% endblock %} {% block metadescription %} Rough notes and sketches from the field {% endblock %} {%block bodyid%}id="field-notes"{%endblock%} |