From 097fe1bdf0f8c9280e31821968e4e67f822737b5 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 6 Sep 2025 02:52:21 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index b1af6ea..b0928f5 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -36,6 +36,7 @@ urlpatterns = [ path("announcements/dismiss//", core_views.dismiss_announcement, name="dismiss_announcement"), path("tools/clear-history/", core_views.clear_history, name="clear_history"), path("tools/audit-log/", core_views.audit_log, name="audit_log"), + path('settings/theme/', views.set_theme, name='set_theme'), # Export/Import/etc (keep what you use) path("export/", core_views.export_csv, name="export_csv"), @@ -77,4 +78,5 @@ urlpatterns = [ TemplateView.as_view(template_name="pwa/offline.html"), name="offline", ), -] \ No newline at end of file +] +