mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-14 09:58:37 +01:00
Merge branch 'master' of github.com:rossp/django-helpdesk
This commit is contained in:
commit
13702852e1
@ -18,7 +18,7 @@ Assuming 'food' = 'pizza' and 'best_foods' = ['pizza', 'pie', 'cake]:
|
||||
from django import template
|
||||
|
||||
def in_list(value, arg):
|
||||
return value in arg
|
||||
return value in ( arg or [] )
|
||||
|
||||
register = template.Library()
|
||||
register.filter(in_list)
|
||||
|
Loading…
Reference in New Issue
Block a user