1 2 3 4 5 | # by mikeivanov (on April 16, 2007)
@register.filter
def in_list(value,arg):
return value in arg
|
More like this
- Basic logic filters by mikeivanov 5 years, 8 months ago
- elif for smart if tag by showell 3 years, 11 months ago
- If in list template tag by udfalkso 5 years, 10 months ago
- Template tag to create a list from one or more variables and/or literals by davidchambers 2 years, 8 months ago
- Pagination/Filtering Alphabetically by zain 4 years, 2 months ago
Comments
Thanks, guychi :-)
#
dammit, i wrote a tag for this whole thing, it's 20 times longer. never thought about such a clean and simple solution. i guess i'll use this one.
#
i love this kinda snippet: tiny n' nifty :-)
#
small,nice,clean and useful :)
#
Thanks. This really makes it easier.
#