pymove3d.py
changeset 163 c87c8fe6c9bf
parent 162 90e47d2a2c40
child 164 fe7b685bf6ed
equal deleted inserted replaced
162:90e47d2a2c40 163:c87c8fe6c9bf
    96 def coursematerial():
    96 def coursematerial():
    97     return render_template(get_locale() + "/coursematerial.html", act="coursematerial")
    97     return render_template(get_locale() + "/coursematerial.html", act="coursematerial")
    98 
    98 
    99 @app.route("/imprint")
    99 @app.route("/imprint")
   100 def imprint():
   100 def imprint():
   101     return render_template(get_locale() + "/imprint.html", act="imprint")
   101     filename = os.path.join("templates", get_locale(), "rst", "imprint.rst")
       
   102     content = get_content(filename)
       
   103     return render_template("/imprint.html", act="imprint", content=content)
   102 
   104 
   103 @app.route("/privacy")
   105 @app.route("/privacy")
   104 def privacy():
   106 def privacy():
   105     return render_template(get_locale() + "/privacy.html", act="privacy")
   107     return render_template(get_locale() + "/privacy.html", act="privacy")
   106 
   108 
Impressum Datenschutzerklärung