This commit is contained in:
Martin Green 2011-05-02 03:22:45 +01:00
parent 326af86b84
commit 8f7e416327

View File

@ -6,5 +6,5 @@ if django.VERSION[0] >=1 and django.VERSION[1] > 1:
pass
else:
@register.tag
@register.simple_tag
def csrf_token(parser, token): return ""