From 5418ae19ee5c7dde7c9aa6c5cc54c35e7ef3d374 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Mon, 14 Mar 2016 00:41:11 +0000 Subject: [PATCH] Correctly display help text --- stock/templates/registered/hrapplicationcreate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/templates/registered/hrapplicationcreate.html b/stock/templates/registered/hrapplicationcreate.html index e0e98315..e0f3db78 100644 --- a/stock/templates/registered/hrapplicationcreate.html +++ b/stock/templates/registered/hrapplicationcreate.html @@ -14,7 +14,7 @@
{% if question.help_text %} -
{{ question.extra_text }}
+
{{ question.help_text }}
{% endif %}