# HG changeset patch # User Peter Koppatz # Date 1390053877 -3600 # Node ID 9eb7837f7332343b469259405b200e8b494303b1 # Parent cafae4de01b3da2f33ce05d39f2b162eb26622e4 jumbotron is not used anymore diff -r cafae4de01b3 -r 9eb7837f7332 pymove3d.py --- a/pymove3d.py Sat Jan 18 14:59:44 2014 +0100 +++ b/pymove3d.py Sat Jan 18 15:04:37 2014 +0100 @@ -65,15 +65,16 @@ def privacy(): return render_template(get_locale() + "/privacy.html", act="privacy") - -@app.route(_("/competition-2013")) +@app.route("/competition/2013") def competition_2013(): - return render_template(get_locale() + "/archive/competitions/2013/comptetition_2013.html", + print get_locale() + "/archive/competitions/2013/index.html" + return render_template(get_locale() + "/archive/competitions/2013/index.html", act="coursematerial") -@app.route(_("/competition-2014")) +@app.route("/competition/2014") def competition_2014(): - return render_template(get_locale() + "archive/competitions/2014/competition_2014.html", + print get_locale() + "/archive/competitions/2014/index.html" + return render_template(get_locale() + "/archive/competitions/2014/index.html", act="coursematerial") @app.route(_("/dates")) @@ -88,5 +89,3 @@ if __name__ == "__main__": app.run(host='localhost', port=5014, debug=True) - - diff -r cafae4de01b3 -r 9eb7837f7332 templates/de/competition.html --- a/templates/de/competition.html Sat Jan 18 14:59:44 2014 +0100 +++ b/templates/de/competition.html Sat Jan 18 15:04:37 2014 +0100 @@ -1,11 +1,4 @@ {% extends "theme.html" %} - -{% block jumbotron %} - - {% include "jumbotron-competition.html" %} -{% endblock %} - - {% block body %}
diff -r cafae4de01b3 -r 9eb7837f7332 templates/de/coursematerial.html --- a/templates/de/coursematerial.html Sat Jan 18 14:59:44 2014 +0100 +++ b/templates/de/coursematerial.html Sat Jan 18 15:04:37 2014 +0100 @@ -1,10 +1,4 @@ {% extends "theme.html" %} - -{% block jumbotron %} - - {% include "jumbotron-coursematerial.html" %} -{% endblock %} - {% block body %}
diff -r cafae4de01b3 -r 9eb7837f7332 templates/de/dates.html --- a/templates/de/dates.html Sat Jan 18 14:59:44 2014 +0100 +++ b/templates/de/dates.html Sat Jan 18 15:04:37 2014 +0100 @@ -1,11 +1,4 @@ {% extends "theme.html" %} - -{% block jumbotron %} - - {% include "jumbotron-competition.html" %} -{% endblock %} - - {% block body %}
diff -r cafae4de01b3 -r 9eb7837f7332 templates/de/imprint.html --- a/templates/de/imprint.html Sat Jan 18 14:59:44 2014 +0100 +++ b/templates/de/imprint.html Sat Jan 18 15:04:37 2014 +0100 @@ -1,11 +1,4 @@ {% extends "theme.html" %} - -{% block jumbotron %} - - {% include "jumbotron-submission.html" %} -{% endblock %} - - {% block body %}
diff -r cafae4de01b3 -r 9eb7837f7332 templates/de/index.html --- a/templates/de/index.html Sat Jan 18 14:59:44 2014 +0100 +++ b/templates/de/index.html Sat Jan 18 15:04:37 2014 +0100 @@ -1,8 +1,4 @@ {% extends "theme.html" %} -{% block jumbotron %} - - {% include "jumbotron-default.html" %} -{% endblock %} {% block body %}