rename choose_service to choose_account

This commit is contained in:
Leo Hemsted
2018-03-08 16:51:53 +00:00
parent 8ecbb37f71
commit 2f37e37278
19 changed files with 64 additions and 46 deletions

View File

@@ -14,7 +14,7 @@ from app.main.views.sub_navigation_dictionaries import features_nav
@main.route('/')
def index():
if current_user and current_user.is_authenticated:
return redirect(url_for('main.choose_service'))
return redirect(url_for('main.choose_account'))
return render_template('views/signedout.html')