fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
license disclaimer
[edumed.git]
/
wtem
/
templates
/
wtem
/
exercises
/
edumed_przyporzadkuj.html
diff --git
a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
index
67ad08b
..
2a6916b
100644
(file)
--- a/
wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
+++ b/
wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
@@
-48,7
+48,7
@@
<span data-solution="1" data-no="{{forloop.counter}}" data-id="{{item.id}}" class="question-piece draggable ui-draggable">{{item.text}}</span>
{% if item.href %}
<span data-solution="1" data-no="{{forloop.counter}}" data-id="{{item.id}}" class="question-piece draggable ui-draggable">{{item.text}}</span>
{% if item.href %}
- <a href="
/static/wtem/img/
{{item.href}}">
+ <a href="
{% if not item.href_absolute %}/static/wtem/img/{% endif %}
{{item.href}}">
{% endif %}
<img src="/static/wtem/img/{{item.img}}"/>
{% endif %}
<img src="/static/wtem/img/{{item.img}}"/>
@@
-64,6
+64,16
@@
<br class="clr">
<br class="clr">
+ {% if exercise.description_after %}
+ {% autoescape off %}
+ {% for para in exercise.description_after %}
+ <p class="paragraph">
+ {{para}}
+ </p>
+ {% endfor %}
+ {% endautoescape %}
+ {% endif %}
+
</div>
</div>
</div>
</div>