prizes listed on rst page
authorReimar Bauer <rb.proj AT googlemail DOT com>
Tue, 25 Feb 2014 10:14:53 +0100
changeset 222fe169c748b0c
parent 221 403e369bf5fd
child 223 50d9837e301b
prizes listed on rst page
pymove3d.py
templates/de/rst/prizes.rst
templates/en/rst/prizes.rst
     1.1 --- a/pymove3d.py	Wed Jan 29 09:28:15 2014 +0100
     1.2 +++ b/pymove3d.py	Tue Feb 25 10:14:53 2014 +0100
     1.3 @@ -129,6 +129,17 @@
     1.4      return render_template("/content.html",
     1.5                             act="dates", content=content)
     1.6  
     1.7 +@app.route("/prizes")
     1.8 +def prizes():
     1.9 +    filename = os.path.join("templates", get_locale(), "rst", "prizes.rst")
    1.10 +    overrides = {
    1.11 +                 'initial_header_level': 2,
    1.12 +                }
    1.13 +    content = get_content(filename, overrides=overrides)
    1.14 +    return render_template("/content.html",act="prizes", content=content)
    1.15 +
    1.16 +
    1.17 +
    1.18  @app.route("/competition/2013")
    1.19  def competition_2013():
    1.20      competition = _(u'Competition 2013')
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/templates/de/rst/prizes.rst	Tue Feb 25 10:14:53 2014 +0100
     2.3 @@ -0,0 +1,11 @@
     2.4 +Preise
     2.5 +-------
     2.6 +
     2.7 +* Professioneller Kurs an der Python-Academy in Leipzig
     2.8 +* Besuch der EuroPython 2014 Konferenz in Berlin
     2.9 +* ein RaspberryPi
    2.10 +* PiFace für RaspberryPi
    2.11 +* Arduino
    2.12 +* Bücher
    2.13 +* Zeitschriften 
    2.14 +* Gutscheine
    2.15 \ No newline at end of file
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/templates/en/rst/prizes.rst	Tue Feb 25 10:14:53 2014 +0100
     3.3 @@ -0,0 +1,11 @@
     3.4 +Preise
     3.5 +-------
     3.6 +
     3.7 +* Professioneller Kurs an der Python-Academy in Leipzig
     3.8 +* Besuch der EuroPython 2014 Konferenz in Berlin
     3.9 +* ein RaspberryPi
    3.10 +* PiFace für RaspberryPi
    3.11 +* Arduino
    3.12 +* Bücher
    3.13 +* Zeitschriften 
    3.14 +* Gutscheine
    3.15 \ No newline at end of file
Impressum Datenschutzerklärung