Update web/illustrations/urls.py

This commit is contained in:
Joshua Laymon 2025-09-06 02:54:07 +00:00
parent 0eec91e0b9
commit 4fa84601ad

View File

@ -36,7 +36,6 @@ urlpatterns = [
path("announcements/dismiss/<int:pk>/", 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"),