local changes from the server
[edumed.git] / wtem / templates / wtem / exercises / edumed_wybor.html
index 5238c2f..d035f21 100644 (file)
@@ -1,6 +1,8 @@
 <div class="exercise exercise-wtem wybor" data-type="wybor" data-id="{{exercise.id}}">
 
-    <h3>Zadanie {{no}}</h3>
+{% if not exercise.continuation %}
+<h3>Zadanie {{exercise.id_show|default:exercise.id}} ({{ exercise.max_points }} pkt)</h3>  
+{% endif %}
 
     {% autoescape off %}
     <div class="description">
@@ -43,4 +45,4 @@
     </div>
     {% endif %}
 
-</div>
\ No newline at end of file
+</div>