mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-31 06:55:56 +02: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…
x
Reference in New Issue
Block a user