summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/templates/question-circle.ftl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/templates/question-circle.ftl b/src/templates/templates/question-circle.ftl
index 7f48ff8..fbb2e61 100644
--- a/src/templates/templates/question-circle.ftl
+++ b/src/templates/templates/question-circle.ftl
@@ -9,15 +9,15 @@
<div class="quadQuestion question">
<div class="above">
- <span class="left">${question.topleft}</span>
- <span class="right">${question.topright}</span>
+ <span class="left">${question.topLeft}</span>
+ <span class="right">${question.topRight}</span>
</div>
<div class="middle">
<div class="quad"><img src="${staticRoot}/images/quadselector.png" class="selector" /></div>
</div>
<div class="below">
- <span class="left">${question.bottomleft}</span>
- <span class="right">${question.bottomright}</span>
+ <span class="left">${question.bottomLeft}</span>
+ <span class="right">${question.bottomRight}</span>
</div>
</div>