From: Alexandr Danilov Date: Mon, 17 Aug 2015 13:30:30 +0000 (+0300) Subject: fix X-Git-Tag: 2.0.0-alpha.0~34^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d5b28518e9c1c654e3eaa913603dd08fc7b04677;p=github%2Fwallabag%2Fwallabag.git fix --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index c05e4b87..9862b579 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -91,7 +91,7 @@
- {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.left_date.vars.value} }) }} + {{ form_widget(form.createdAt.right_date, {'type': 'date', 'attr': {'class': 'datepicker', 'data-value': form.createdAt.right_date.vars.value} }) }}