diff options
Diffstat (limited to 'app/jrnl/views.py')
-rw-r--r-- | app/jrnl/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/jrnl/views.py b/app/jrnl/views.py index 1a29898..d1c4159 100644 --- a/app/jrnl/views.py +++ b/app/jrnl/views.py @@ -30,7 +30,6 @@ class EntryCountryList(PaginatedListView): """ Return a list of Entries by Country in reverse chronological order """ - template_name = "archives/writing.html" def get_context_data(self, **kwargs): # Call the base implementation first to get a context |