From e2b3a335e3984931f1343cb6be8db53a8a1304ab Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 31 May 2025 11:37:22 -0500 Subject: condensed everything into jrnl. need to clean up --- app/posts/urls/jrnl_urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/posts/urls/jrnl_urls.py') 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 @@ -35,6 +35,11 @@ urlpatterns = [ views.JrnlListView.as_view(), name="list" ), + path( + r'', + views.JrnlEssayView.as_view(), + name="essay" + ), path( r'latest/', views.JrnlLatestView.as_view(), -- cgit v1.2.3