From 7653d2496707fa93a700592a9582e8ebe684a39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 5 Jun 2023 16:30:51 +0200 Subject: [PATCH] toodego: fix display of map field (#78177) --- templates/variants/toodego/qommon/forms/widgets/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/variants/toodego/qommon/forms/widgets/map.html b/templates/variants/toodego/qommon/forms/widgets/map.html index 1b58a025..778b2fa8 100644 --- a/templates/variants/toodego/qommon/forms/widgets/map.html +++ b/templates/variants/toodego/qommon/forms/widgets/map.html @@ -1,4 +1,4 @@ -{% extends "qommon/forms/widget.html" %} +{% extends "qommon/forms/widgets/map.html" %} {% block widget-title %} {% endblock %}