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 }}