From f51a02005cb4248dcbd033010255668317f342f3 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Fri, 18 Oct 2019 19:39:14 +0200 Subject: Remove jQuery datepicker. We don't need this anymore because all major browser now have implemented that feature on the browser itself. Closes #221. --- ihatemoney/templates/forms.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihatemoney/templates/forms.html') diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index c96921c..12cc165 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -91,7 +91,7 @@ {% if title %}{% if edit %}{{ _("Edit this bill") }} {% else %}{{ _("Add a bill") }} {% endif %}{% endif %} {% include "display_errors.html" %} {{ form.hidden_tag() }} - {{ input(form.date, class="form-control datepicker", inline=True) }} + {{ input(form.date, class="form-control", inline=True) }} {{ input(form.what, inline=True) }} {{ input(form.payer, inline=True, class="form-control custom-select") }} {{ input(form.amount, inline=True) }} -- cgit v1.1