From 5dddd2f3b4789359740f1659da6c09d1793ba19a Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 28 Aug 2018 15:00:11 +0200 Subject: [PATCH] villeurbanne-2018: display map field comment above widget (#25913) --- .../qommon/forms/widgets/map.html | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/variants/villeurbanne-2018/qommon/forms/widgets/map.html diff --git a/templates/variants/villeurbanne-2018/qommon/forms/widgets/map.html b/templates/variants/villeurbanne-2018/qommon/forms/widgets/map.html new file mode 100644 index 00000000..d9445213 --- /dev/null +++ b/templates/variants/villeurbanne-2018/qommon/forms/widgets/map.html @@ -0,0 +1,23 @@ +{% extends "qommon/forms/widget.html" %} + +{% block widget-content %} +
+ {% block widget-hint %}{{block.super}}{% endblock %} + {% block widget-error %}{{block.super}}{% endblock %} + {% block widget-control %} + +
+ {% endblock %} +
+ {% endblock %} -- 2.19.0.rc1