4d2c78284126f949a456f63e83528a1e7d74c41c
[edumed.git] / wtem / templates / wtem / exercises / open.html
1 <div class="exercise-wtem" data-type="open" data-id="{{exercise.id}}">
2
3     <h3>Zadanie {{no}}</h3>
4         
5     <div class="description">
6         {% autoescape off %}
7         {% for para in exercise.description %}
8             <p class="paragraph">
9                 {{para}}
10             </p>
11         {% endfor %}
12         {% endautoescape %}
13     </div>
14
15     <textarea style="width: 100%; margin-top:10px;" rows="10"></textarea>
16
17 </div>