aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/forms.html
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-10-18 19:39:14 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-10-19 12:31:17 +0200
commitf51a02005cb4248dcbd033010255668317f342f3 (patch)
tree2f8cadae546ed144c4821e48ccc6f2f4a4721d8b /ihatemoney/templates/forms.html
parent6a4014cf5a5de722400ef988e7c4dd880f27cc87 (diff)
downloadihatemoney-mirror-f51a02005cb4248dcbd033010255668317f342f3.zip
ihatemoney-mirror-f51a02005cb4248dcbd033010255668317f342f3.tar.gz
ihatemoney-mirror-f51a02005cb4248dcbd033010255668317f342f3.tar.bz2
Remove jQuery datepicker.
We don't need this anymore because all major browser now have implemented that feature on the browser itself. Closes #221.
Diffstat (limited to 'ihatemoney/templates/forms.html')
-rw-r--r--ihatemoney/templates/forms.html2
1 files changed, 1 insertions, 1 deletions
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 %}<legend>{% if edit %}{{ _("Edit this bill") }} {% else %}{{ _("Add a bill") }} {% endif %}</legend>{% 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) }}