update raw parameter name to match view

This commit is contained in:
ilikerobots 2024-05-03 10:38:17 +03:00
parent dce3c0c73f
commit 89ab173034

View File

@ -103,7 +103,7 @@ urlpatterns = [
staff.delete_ticket_checklist,
name="delete_ticket_checklist"
),
re_path(r"^raw/(?P<type>\w+)/$", staff.raw_details, name="raw"),
re_path(r"^raw/(?P<type_>\w+)/$", staff.raw_details, name="raw"),
path("rss/", staff.rss_list, name="rss_index"),
path("reports/", staff.report_index, name="report_index"),
re_path(r"^reports/(?P<report>\w+)/$",