Skip to content

Commit

Permalink
Merge pull request #39 from Hackathon2020/fix_back_to_language
Browse files Browse the repository at this point in the history
fix server error when trying to go back the language selecting
  • Loading branch information
Banjio committed Mar 22, 2020
2 parents e56a787 + 6b3d077 commit a5128aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/flaskr/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def index():
return render_template("app/informations.html")

@app.route("/")
@app.route("/language")
def language_selection():
return render_template("app/language.html")
pass
Expand Down

0 comments on commit a5128aa

Please sign in to comment.