From d456f97a4e00605b13150b8e02467013fd84f33c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 7 Aug 2020 21:50:48 -0400 Subject: added a class name to pad fieldnotes amidst photos --- app/fieldnotes/templates/fieldnotes/fieldnote_list.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/fieldnotes/templates') diff --git a/app/fieldnotes/templates/fieldnotes/fieldnote_list.html b/app/fieldnotes/templates/fieldnotes/fieldnote_list.html index 915d21f..37cd0ca 100644 --- a/app/fieldnotes/templates/fieldnotes/fieldnote_list.html +++ b/app/fieldnotes/templates/fieldnotes/fieldnote_list.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% load typogrify_tags %} +{% load get_next %} {% load html5_datetime %} {% load pagination_tags %} {% block pagetitle %} Field Notes | luxagraf {% endblock %} @@ -13,7 +14,9 @@ {% autopaginate object_list 30 %}