summaryrefslogtreecommitdiff
path: root/app/links/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/links/views.py')
-rw-r--r--app/links/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/links/views.py b/app/links/views.py
index 64cc5f7..6d03d19 100644
--- a/app/links/views.py
+++ b/app/links/views.py
@@ -20,8 +20,7 @@ class EntryDetailView(DetailView):
class EntryDetailViewTXT(EntryDetailView):
- template_name = "entry_detail.txt"
-
+ template_name = "blog/entry_detail.txt"
class EntryYearArchiveView(YearArchiveView):