Update web/illustrations/urls.py
This commit is contained in:
parent
e331e9e4a2
commit
623853e2f3
@ -35,6 +35,7 @@ urlpatterns = [
|
||||
path("tools/login-attempts/", core_views.login_attempts, name="login_attempts"),
|
||||
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"),
|
||||
|
||||
# Export/Import/etc (keep what you use)
|
||||
path("export/", core_views.export_csv, name="export_csv"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user