pymove3d.py
changeset 164 fe7b685bf6ed
parent 163 c87c8fe6c9bf
child 165 74c4a410b913
equal deleted inserted replaced
163:c87c8fe6c9bf 164:fe7b685bf6ed
   102     content = get_content(filename)
   102     content = get_content(filename)
   103     return render_template("/imprint.html", act="imprint", content=content)
   103     return render_template("/imprint.html", act="imprint", content=content)
   104 
   104 
   105 @app.route("/privacy")
   105 @app.route("/privacy")
   106 def privacy():
   106 def privacy():
   107     return render_template(get_locale() + "/privacy.html", act="privacy")
   107     filename = os.path.join("templates", get_locale(), "rst", "privacy.rst")
       
   108     content = get_content(filename)
       
   109     return render_template("/privacy.html", act="privacy", content=content)
   108 
   110 
   109 @app.route("/competition/2013")
   111 @app.route("/competition/2013")
   110 def competition_2013():
   112 def competition_2013():
   111     print get_locale() + "/archive/competitions/2013/index.html"
   113     print get_locale() + "/archive/competitions/2013/index.html"
   112     return render_template(get_locale() + "/archive/competitions/2013/index.html", 
   114     return render_template(get_locale() + "/archive/competitions/2013/index.html", 
Impressum Datenschutzerklärung