From 4fa84601ad2d517b6cdd65e2c3e5d8258e24d79c Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sat, 6 Sep 2025 02:54:07 +0000 Subject: [PATCH] Update web/illustrations/urls.py --- web/illustrations/urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/web/illustrations/urls.py b/web/illustrations/urls.py index b0928f5..3a71d24 100644 --- a/web/illustrations/urls.py +++ b/web/illustrations/urls.py @@ -36,7 +36,6 @@ 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"),