prepare for stage 1
[edumed.git] / wtem / templates / wtem / single.html
index 3380145..06d6a91 100644 (file)
@@ -8,6 +8,9 @@
 {% endblock %}
 
 
+{% block title %}I etap{% endblock %}
+
+
 {% block body %}
 <style>
     .wtem-open-field {
@@ -26,6 +29,9 @@
         font-style: italic;
         font-size: .9em;
     }
+    form {
+        font-size: 1.2em;
+    }
 </style>
 
 {% if messages %}
 
 <form method="post">
 
+{% include 'wtem/exercises/exercise_no.html' %}
 {% cache 300 wtem exercise.id %}
 {% with 'wtem/exercises/'|add:exercise.type|add:'.html' as template_name %}
-{% include  template_name with exercise=exercise %}
+{% include template_name with exercise=exercise no='' %}
 {% endwith %}
 {% endcache %}