2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 23:31:52 +00:00
This commit is contained in:
Martin Green 2011-05-02 03:23:59 +01:00
parent 8f7e416327
commit 12df0d417a

View File

@ -7,4 +7,4 @@ if django.VERSION[0] >=1 and django.VERSION[1] > 1:
else:
@register.simple_tag
def csrf_token(parser, token): return ""
def csrf_token(format_string): return ""