소스 검색

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

Romain Rigaux 10 년 전
부모
커밋
426a78e
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 }