From 905d849490bfbac42657a4648bd605af3ebe49f1 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Mon, 5 Oct 2020 13:53:29 +0200 Subject: [PATCH] Form Label --- templates/_macros.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/_macros.html b/templates/_macros.html index 8b0ec4d..9e50ee0 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -572,14 +572,14 @@ $( function() {
- {{ form.date_from.label() }} + {{ form.date_from.label.text }}
{{ form.date_from(class="form-control datepicker")|safe }}
- {{ form.date_to.label() }} + {{ form.date_to.label.text }}
{{ form.date_to(class="form-control datepicker")|safe }}
@@ -587,7 +587,7 @@ $( function() { {% if form.category_id %}
- {{ form.category_id.label() }} + {{ form.category_id.label.text }}
{{ form.category_id(class="form-control")|safe }}
@@ -596,7 +596,7 @@ $( function() { {% if form.organizer_id %}
- {{ form.organizer_id.label() }} + {{ form.organizer_id.label.text }}
{{ form.organizer_id(class="form-control")|safe }}
@@ -604,7 +604,7 @@ $( function() {
- {{ form.keyword.label() }} + {{ form.keyword.label.text }}
{{ form.keyword(class="form-control")|safe }}