summaryrefslogtreecommitdiff
path: root/app/posts/urls/jrnl_urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/posts/urls/jrnl_urls.py')
-rw-r--r--app/posts/urls/jrnl_urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/posts/urls/jrnl_urls.py b/app/posts/urls/jrnl_urls.py
index d7f0fb1..11685b0 100644
--- a/app/posts/urls/jrnl_urls.py
+++ b/app/posts/urls/jrnl_urls.py
@@ -36,6 +36,11 @@ urlpatterns = [
name="list"
),
path(
+ r'<str:slug>',
+ views.JrnlEssayView.as_view(),
+ name="essay"
+ ),
+ path(
r'latest/',
views.JrnlLatestView.as_view(),
name="latest"