1.1 --- a/templates/coursematerial.html Mon Dec 09 06:52:31 2013 +0000
1.2 +++ b/templates/coursematerial.html Mon Dec 09 08:35:50 2013 +0100
1.3 @@ -8,16 +8,17 @@
1.4
1.5 {% block body %}
1.6 <h2>
1.7 -Course material
1.8 +Das Kursmaterial
1.9 </h2>
1.10 -<p>If you answer one of the following questions with "YES":</p>
1.11 +<p>Es kann Dir auf unterschiedlichste Art & Weise nützlich sein.
1.12 +Wenn Du eine der folgenden mit "Ja" beantworten kannst:</p>
1.13 <ul>
1.14 - <li>You want's to take part in the competition?</li>
1.15 - <li>You are a beginner using blender and python?</li>
1.16 - <li>You are a teacher using this material in your course?</li>
1.17 + <li>Du möchtest am Wettbewerb teilnehmen?</li>
1.18 + <li>Du bist Anfänger sowohl mit Python als auch mit Blender?</li>
1.19 + <li>Du bist ein Lehrer und willst das Material im Unterricht einsetzen?</li>
1.20 </ul>
1.21 -<p> Then the next link is for you…
1.22 - <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">Start</a>
1.23 +<p>Dann ist der folgende Link für Dich …
1.24 + <a class="btn btn-lg btn-primary" href="http://vocaword.org" role="button">Startseite zum Kursmaterial</a>
1.25 </p>
1.26
1.27 {% endblock %}