fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2f9a8c4c874e7aab674670149d4177e6b0b433b1
[wolnelektury.git]
/
apps
/
ajaxable
/
templatetags
/
ajaxable_tags.py
1
from django import template
2
from ajaxable.utils import placeholdized
3
register = template.Library()
4
5
@register.filter
6
def placeholdize(form):
7
return placeholdized(form)