diff options
Diffstat (limited to 'app/posts/views/jrnl_views.py')
-rw-r--r-- | app/posts/views/jrnl_views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/posts/views/jrnl_views.py b/app/posts/views/jrnl_views.py index 0dc2dc8..bfc0a42 100644 --- a/app/posts/views/jrnl_views.py +++ b/app/posts/views/jrnl_views.py @@ -30,6 +30,7 @@ class JrnlListView(PaginatedListView): context['breadcrumbs'] = ['jrnl',] return context + class JrnlCountryListView(PaginatedListView): """ Return a list of Entries by Country in reverse chronological order |