Browse Source

[core] Do not show json data on csrf page

Romain Rigaux 10 years ago
parent
commit
db62379
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/403_csrf.mako

+ 1 - 1
desktop/core/src/desktop/templates/403_csrf.mako

@@ -40,4 +40,4 @@ ${ commonheader(_('403 - CSRF error'), "", user) | n,unicode }
 </div>
 </div>
 
 
 
 
-${ commonfooter(request, messages) | n,unicode }
+${ commonfooter(None, messages) | n,unicode }