2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 17:32:31 +00:00
This commit is contained in:
expo 2011-05-02 03:25:43 +01:00
parent ede9e4a9bd
commit 30829ff9c8

View File

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