Browse Source

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

Romain Rigaux 9 năm trước cách đây
mục cha
commit
426a78ebcd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }