removed sayings
authorReimar Bauer <rb.proj AT googlemail DOT com>
Thu, 15 May 2014 11:11:14 +0200
changeset 26569babac65a72
parent 264 bdf11bb4cb98
child 266 1562f93c5c67
removed sayings
eskp.py
     1.1 --- a/eskp.py	Thu May 15 11:06:22 2014 +0200
     1.2 +++ b/eskp.py	Thu May 15 11:11:14 2014 +0200
     1.3 @@ -102,21 +102,15 @@
     1.4  def de():
     1.5      global LANGUAGE_SELECTED
     1.6      LANGUAGE_SELECTED = "de"
     1.7 -    saying, author = get_saying()
     1.8      return render_template("/index.html",
     1.9 -                           saying=saying,
    1.10 -                           author=author,
    1.11                             eskp_info=_(u'About ESKP'),
    1.12                             )
    1.13  
    1.14  @app.route('/en')
    1.15  def en():
    1.16 -    saying, author = get_saying()
    1.17      global LANGUAGE_SELECTED
    1.18      LANGUAGE_SELECTED = "en"
    1.19      return render_template("/index.html",
    1.20 -                           saying=saying,
    1.21 -                           author=author,
    1.22                             eskp_info=_(u'About ESKP'),
    1.23                             )
    1.24  
Impressum Datenschutzerklärung