From 090c0fefdf80f334ebea5e9dac6c983d0fba4d2a Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 27 Oct 2016 19:22:13 -0300 Subject: [PATCH] Adding bootstrap datepicker to poll [Issue: #226] --- poll/templates/poll/create.html | 8 +++++++- poll/templates/poll/update.html | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/poll/templates/poll/create.html b/poll/templates/poll/create.html index a4731a3..c55ed2d 100644 --- a/poll/templates/poll/create.html +++ b/poll/templates/poll/create.html @@ -99,7 +99,7 @@
{# {% render_field form.limit_date class="form-control" form="form"%} #} - + {% if form.limit_date.errors %}

@@ -166,6 +166,12 @@ {% block script_poll %}