mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-22 07:53:19 +01:00
Fix url regex
This commit is contained in:
parent
670ae9d0a5
commit
0e571ddebc
@ -145,7 +145,7 @@ urlpatterns += [
|
|||||||
|
|
||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
re_path(
|
re_path(
|
||||||
r"^rss/user/(?P<user_name>[a-zA-Z0-9\.]+)/",
|
r"^rss/user/(?P<user_name>[a-zA-Z0-9\_\.]+)/",
|
||||||
helpdesk_staff_member_required(feeds.OpenTicketsByUser()),
|
helpdesk_staff_member_required(feeds.OpenTicketsByUser()),
|
||||||
name="rss_user",
|
name="rss_user",
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user