2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00
This commit is contained in:
Martin Green 2011-05-02 03:22:45 +01:00
parent 366d4736ca
commit 04d0e80430

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 ""