summaryrefslogtreecommitdiff
path: root/app/essays/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/essays/urls.py')
-rw-r--r--app/essays/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/essays/urls.py b/app/essays/urls.py
index 408e959..8216f06 100644
--- a/app/essays/urls.py
+++ b/app/essays/urls.py
@@ -16,7 +16,7 @@ urlpatterns = [
name="detail"
),
path(
- r'<str:slug>.txt',
+ r'<str:slug>',
views.EntryDetailViewTXT.as_view(),
name="detail-txt"
),