pymove3d.py
changeset 173 0fa9059d693d
parent 170 e424a57cba5d
child 176 9d02dff93fce
     1.1 --- a/pymove3d.py	Sun Jan 19 18:57:41 2014 +0100
     1.2 +++ b/pymove3d.py	Sun Jan 19 18:58:57 2014 +0100
     1.3 @@ -60,7 +60,8 @@
     1.4                             saying = saying,
     1.5                             author = author,
     1.6                             competition_info=_(u'About Competition'),
     1.7 -                           dates=_(u'Dates'))
     1.8 +                           dates=_(u'Dates'),
     1.9 +                           impressions=_(u'Impressions'))
    1.10  
    1.11  @app.route('/de')
    1.12  def de():
    1.13 @@ -71,7 +72,8 @@
    1.14                             saying = saying,
    1.15                             author = author,
    1.16                             competition_info=_(u'About Competition'),
    1.17 -                           dates=_(u'Dates'))
    1.18 +                           dates=_(u'Dates'),
    1.19 +                           impressions=_(u'Impressions'))
    1.20  
    1.21  @app.route('/en')
    1.22  def en():
    1.23 @@ -82,7 +84,8 @@
    1.24                             saying = saying,
    1.25                             author = author,
    1.26                             competition_info=_(u'About Competition'),
    1.27 -                           dates=_(u'Dates'))
    1.28 +                           dates=_(u'Dates'),
    1.29 +                           impressions=_(u'Impressions'))
    1.30  
    1.31  @app.route("/competition")
    1.32  def competition():
Impressum Datenschutzerklärung