From d9436e8a12e4834cb110d386c9e6fdb973c6204a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Fri, 8 Nov 2013 12:42:11 +0100 Subject: [PATCH] license disclaimer --- .../wtem/exercises/edumed_przyporzadkuj.html | 12 +++++++++++- wtem/templates/wtem/main.html | 4 ++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html index 67ad08b..2a6916b 100644 --- a/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html +++ b/wtem/templates/wtem/exercises/edumed_przyporzadkuj.html @@ -48,7 +48,7 @@ {{item.text}} {% if item.href %} - + {% endif %} @@ -64,6 +64,16 @@
+ {% if exercise.description_after %} + {% autoescape off %} + {% for para in exercise.description_after %} +

+ {{para}} +

+ {% endfor %} + {% endautoescape %} + {% endif %} + diff --git a/wtem/templates/wtem/main.html b/wtem/templates/wtem/main.html index 3dc2d81..d083cd2 100644 --- a/wtem/templates/wtem/main.html +++ b/wtem/templates/wtem/main.html @@ -32,6 +32,10 @@ .instruction { font-weight: bold; } + .wtem-disclaimer { + font-style: italic; + font-size: .9em; + } -- 2.20.1