Skip to content

Commit

Permalink
Little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 5, 2015
1 parent 55524e4 commit 1928f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

login_manager = LoginManager()
login_manager.init_app(app)
login_manager.login_view = 'user.login'
login_manager.login_view = 'userbp.signin'


@login_manager.user_loader
Expand Down

0 comments on commit 1928f39

Please sign in to comment.