From ed127c1da2291a994194ebee3d950ff313c17b7f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Aleksander=20=C5=81ukasz?=
Date: Fri, 8 Nov 2013 11:57:26 +0100
Subject: [PATCH 1/1] Tweaking instructions
---
wtem/templates/wtem/exercises/edumed_przyporzadkuj.html | 7 ++++++-
wtem/templates/wtem/main.html | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
index f4eac19..67ad08b 100644
--- a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
+++ b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html
@@ -11,7 +11,9 @@
{% endfor %}
- PrzeciÄ
gnij odpowiedzi i upuÅÄ w wybranym polu.
+ {% if not exercise.hide_default_instruction %}
+ PrzeciÄ
gnij odpowiedzi i upuÅÄ w wybranym polu.
+ {% endif %}
{{exercise.buckets_name|default:"kategorie"|capfirst}}:
@@ -30,6 +32,9 @@
{{exercise.items_name|capfirst}}:
+ {% if exercise.items_instruction %}
+
{{exercise.items_instruction}}
+ {% endif %}
diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html
index 952b3e9..3dc2d81 100644
--- a/wtem/templates/wtem/main.html
+++ b/wtem/templates/wtem/main.html
@@ -29,6 +29,9 @@
.wtem-items-inline li {
display: inline-block;
}
+ .instruction {
+ font-weight: bold;
+ }
--
2.20.1