add attributes to backend (maintainer, email address and version)
This commit is contained in:
parent
b920e20570
commit
825aa80df6
3 changed files with 8 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ class IndexPage(DLFPPage):
|
|||
pass
|
||||
|
||||
class LoginPage(DLFPPage):
|
||||
|
||||
def loaded(self):
|
||||
if self.has_error():
|
||||
raise BrowserIncorrectPassword()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue