fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dbb3f533a26201aa554b046091bd38db941f21e8
[edumed.git]
/
wtem
/
templates
/
wtem
/
exercises
/
open.html
1
<div class="exercise-wtem" data-type="open">
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>