]> git.parisson.com Git - teleforma.git/commitdiff
fix chars info
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:25:32 +0000 (23:25 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:25:32 +0000 (23:25 +0100)
teleforma/templates/teleforma/answer_detail.html

index 091226db925cb3f1cbd7ffb9290aea510b5297c8..60773080cef80a5b06e31b6530fb4ccb7e781b3c 100644 (file)
@@ -33,7 +33,7 @@ $('#reject').unbind('click').click(function() {
 
 <div class="course_content">
   <div class="course_subtitle">
-   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {{ answer.question|safe }} ({{ answer.question.min_nchars }} {% trans "characters"})</h3>
+   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {{ answer.question|safe }} ({{ answer.question.min_nchar }} {% trans "characters" %})</h3>
   </div>
   <div style="text-align: justify;">
     {{ answer.question.question|safe }}
@@ -44,7 +44,7 @@ $('#reject').unbind('click').click(function() {
 
 <div class="course_content">
 <div class="course_subtitle">
-   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Answer" %}{% if answer.question.rank %} n° {{ answer.question.rank }}{% endif %} ({{ answer.answer|length }} {% trans "characters"})</h3>
+   <h3><img src="{{ STATIC_URL }}telemeta/images/item_title.png" width="10px" alt="" /> {% trans "Answer" %}{% if answer.question.rank %} n° {{ answer.question.rank }}{% endif %} ({{ answer.answer|length }} {% trans "characters" %})</h3>
   </div>
   <div style="text-align: justify; padding: .5em;">
     {{ answer.answer|safe }}