pymove3d.py
changeset 160 e4f16be8b5b0
parent 157 750903e3cfc0
child 161 cb62df6e4e77
     1.1 --- a/pymove3d.py	Sun Jan 19 10:14:19 2014 +0100
     1.2 +++ b/pymove3d.py	Sun Jan 19 10:52:51 2014 +0100
     1.3 @@ -43,7 +43,7 @@
     1.4  @app.route("/index")
     1.5  def index():
     1.6      saying, author = get_saying()
     1.7 -    return render_template(get_locale() + "/index.html", 
     1.8 +    return render_template("/index.html", 
     1.9                             saying = saying,
    1.10                             author = author)
    1.11  
    1.12 @@ -52,7 +52,7 @@
    1.13      global LANGUAGE_SELECTED
    1.14      LANGUAGE_SELECTED = "de"
    1.15      saying, author = get_saying()
    1.16 -    return render_template("/de/index.html",
    1.17 +    return render_template("/index.html",
    1.18                             saying = saying,
    1.19                             author = author)
    1.20  
    1.21 @@ -61,7 +61,7 @@
    1.22      saying, author = get_saying()
    1.23      global LANGUAGE_SELECTED
    1.24      LANGUAGE_SELECTED = "en"
    1.25 -    return render_template("/en/index.html",
    1.26 +    return render_template("/index.html",
    1.27                             saying = saying,
    1.28                             author = author)
    1.29  
Impressum Datenschutzerklärung