From: Aleksander Łukasz Date: Thu, 31 Oct 2013 10:54:59 +0000 (+0100) Subject: Description field as a list X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/f1a126ea27df1e7eb51e4ca518003ea37bbfbeff?hp=2c29cc5cf878a27f7fd16f4ac2c10472263bcfc1 Description field as a list --- diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html index 85122e0..93516fe 100644 --- a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html +++ b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html @@ -5,10 +5,11 @@
+ {% for para in exercise.description %}

- {{exercise.description}} - Przeciągnij odpowiedzi i upuść w wybranym polu. + {{para}}

+ {% endfor %}

{{exercise.buckets_name|default:"kategorie"|capfirst}}:

diff --git a/wtem/templates/wtem/exercises/edumed_wybor.html b/wtem/templates/wtem/exercises/edumed_wybor.html index 511cf7f..0fe9600 100644 --- a/wtem/templates/wtem/exercises/edumed_wybor.html +++ b/wtem/templates/wtem/exercises/edumed_wybor.html @@ -3,9 +3,11 @@

Zadanie {{no}}

-

- {{exercise.description}} -

+ {% for para in exercise.description %} +

+ {{para}} +

+ {% endfor %}