mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-14 02:41:26 +01:00
Typo in previous commit
This commit is contained in:
parent
d966172fb7
commit
15feb7def3
@ -19,4 +19,4 @@ def user_admin_url(action):
|
|||||||
action)
|
action)
|
||||||
|
|
||||||
register = template.Library()
|
register = template.Library()
|
||||||
register.filter(user_admin_urlname)
|
register.filter(user_admin_url)
|
||||||
|
Loading…
Reference in New Issue
Block a user