changeset 152 | fc74195fe6b4 |
parent 146 | 2e05b89881ed |
child 154 | 9da3c136a16f |
1.1 --- a/pymove3d.py Sun Jan 19 08:57:05 2014 +0100 1.2 +++ b/pymove3d.py Sun Jan 19 09:11:56 2014 +0100 1.3 @@ -101,7 +101,7 @@ 1.4 return render_template(get_locale() + "/archive/competitions/2014/index.html", 1.5 act="coursematerial") 1.6 1.7 -@app.route(_("/dates")) 1.8 +@app.route("/dates") 1.9 def dates(): 1.10 return render_template(get_locale() + "/dates.html", 1.11 act="dates")