فهرست منبع

[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 }