Browse Source

[core] Avoid {"auth": false} footer when displaying the PopupError page

Romain Rigaux 9 years ago
parent
commit
426a78e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/popup_error.mako

+ 1 - 1
desktop/core/src/desktop/templates/popup_error.mako

@@ -93,4 +93,4 @@ ${ commonheader(title, "", user, "40px") | n,unicode }
     }
   </script>
 
-${ commonfooter(request, messages) | n,unicode }
+${ commonfooter(None, messages) | n,unicode }