pymove3d.py
changeset 123 9eb7837f7332
parent 122 cafae4de01b3
child 141 ea70f3d81676
     1.1 --- a/pymove3d.py	Sat Jan 18 14:59:44 2014 +0100
     1.2 +++ b/pymove3d.py	Sat Jan 18 15:04:37 2014 +0100
     1.3 @@ -65,15 +65,16 @@
     1.4  def privacy():
     1.5      return render_template(get_locale() + "/privacy.html", act="privacy")
     1.6  
     1.7 -
     1.8 -@app.route(_("/competition-2013"))
     1.9 +@app.route("/competition/2013")
    1.10  def competition_2013():
    1.11 -    return render_template(get_locale() + "/archive/competitions/2013/comptetition_2013.html",
    1.12 +    print get_locale() + "/archive/competitions/2013/index.html"
    1.13 +    return render_template(get_locale() + "/archive/competitions/2013/index.html", 
    1.14                             act="coursematerial")
    1.15  
    1.16 -@app.route(_("/competition-2014"))
    1.17 +@app.route("/competition/2014")
    1.18  def competition_2014():
    1.19 -    return render_template(get_locale() + "archive/competitions/2014/competition_2014.html",
    1.20 +    print get_locale() + "/archive/competitions/2014/index.html"
    1.21 +    return render_template(get_locale() + "/archive/competitions/2014/index.html", 
    1.22                             act="coursematerial")
    1.23  
    1.24  @app.route(_("/dates"))
    1.25 @@ -88,5 +89,3 @@
    1.26  
    1.27  if __name__ == "__main__":
    1.28      app.run(host='localhost', port=5014, debug=True)
    1.29 -
    1.30 -
Impressum Datenschutzerklärung