浏览代码

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

Romain Rigaux 9 年之前
父节点
当前提交
426a78ebcd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }