mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Fix url regex
This commit is contained in:
parent
670ae9d0a5
commit
0e571ddebc
@ -145,7 +145,7 @@ urlpatterns += [
|
||||
|
||||
urlpatterns += [
|
||||
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()),
|
||||
name="rss_user",
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user