why was this added?

How the fuck do you type this.
This commit is contained in:
Feliciaan De Palmenaer 2015-04-03 18:16:01 +02:00
parent e1b35de786
commit 037b7ee934

View file

@ -35,7 +35,7 @@ def handle404(e):
def handle401(e):
return render_template('errors/401.html'), 401
class AnonymouseUser:
def is_active(self):
return False