]> git.parisson.com Git - teleforma.git/commitdiff
fix titles
authoryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 23:55:11 +0000 (00:55 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 23:55:11 +0000 (00:55 +0100)
teleforma/templates/teleforma/answer_form.html
teleforma/templates/teleforma/evaluation_form.html

index 446caccb7ff65a4792ee286703c6f4d25811ac95..45438d7998e73b4b3394b0b745e16f3561fd24cf 100644 (file)
@@ -43,7 +43,7 @@ $(document).ready(function(){
 
 <div class="course_content">
   <div class="course_subtitle">
-   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Answer to the following question" %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})</h3>
+   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Step" %} 4 : {% trans "answer to this question" %} ({{question.min_nchar}} {% trans "characters" %} {% trans "minimum" %})</h3>
   </div>
   <div style="text-align: justify;">
     {{ question.question|safe }}
index f13c76158ca4984040dce1a9568e9cea18bac349..149a0927e43053f5a01e564430fd2c3630443f0f 100644 (file)
@@ -7,7 +7,7 @@
 
 <div class="course_content">
   <div class="course_subtitle">
-   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Step 6 : evaluate the seminar" %}</h3>
+   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Step" %} 6 : {% trans "evaluate the seminar" %}</h3>
   </div>
   <div class="form">
     {% render_built_form form %}
 
 {% endblock course_content %}
 
+{% block index %}
+<div class="module">
+  <h3><img src="{{STATIC_URL}}telemeta/images/module_playlist.png" alt="status" style="vertical-align:middle" /> {% trans "Steps" %}</h3>
+ <div id="index">
+  {% include "teleforma/inc/steps.html" %}
+ </div>
+</div>
+{% endblock index %}