nicer social auth
[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)