From 619eb633a666befebe847c03f257f939e2144bb7 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Thu, 7 Sep 2023 16:33:38 +0300 Subject: [PATCH] fix: disable form front validate for now --- ckanext/tour/templates/tour/tour_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/tour/templates/tour/tour_edit.html b/ckanext/tour/templates/tour/tour_edit.html index 6d11f40..18c3626 100644 --- a/ckanext/tour/templates/tour/tour_edit.html +++ b/ckanext/tour/templates/tour/tour_edit.html @@ -8,7 +8,7 @@ {% endblock breadcrumb_content %} {% block ap_content %} -
+ {% call form.input("title", label=_("Tour title"), value=tour.title, attrs={'required': 1, 'class': 'form-control'}) %} {{ form.info(_("A tour title to explain what is it for")) }} {% endcall %}