From 732840df42c8b7871f535dc8c9f0aa562eec68ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Wed, 4 Dec 2013 03:03:07 +0000 Subject: [PATCH] Added choices & multichoices --- .../src/uds/templates/uds/admin/tmpl/fld/choice.html | 2 +- .../uds/templates/uds/admin/tmpl/fld/multichoice.html | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/server/src/uds/templates/uds/admin/tmpl/fld/choice.html b/server/src/uds/templates/uds/admin/tmpl/fld/choice.html index d7b1eb48..b4587fdb 100644 --- a/server/src/uds/templates/uds/admin/tmpl/fld/choice.html +++ b/server/src/uds/templates/uds/admin/tmpl/fld/choice.html @@ -3,7 +3,7 @@ {% comment %}The choice item MUST be a Select{% endcomment %} {% block field %} {% verbatim %} - {{#each values }} {{/each}} diff --git a/server/src/uds/templates/uds/admin/tmpl/fld/multichoice.html b/server/src/uds/templates/uds/admin/tmpl/fld/multichoice.html index 302d4b3b..f70c37fc 100644 --- a/server/src/uds/templates/uds/admin/tmpl/fld/multichoice.html +++ b/server/src/uds/templates/uds/admin/tmpl/fld/multichoice.html @@ -1,5 +1,12 @@ {% extends "uds/admin/tmpl/fld/form-group.html" %} {% load i18n %} - +{% comment %}The choice item MUST be a Select{% endcomment %} +{% block field %} {% verbatim %} -{% endverbatim %} \ No newline at end of file + +{% endverbatim %} +{% endblock %} \ No newline at end of file