X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fsearch_form.html.twig;fp=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fsearch_form.html.twig;h=ba1b3aac5542bdfa4904d710a3284cd4a0506e08;hb=fd637b9a5af28d432f775297ff19ba3f779d55b2;hp=f25de94d1cd3b5321452decf7fcce8532ff8e8c5;hpb=99e8c2785b9fc0cd9cc8674cb297a13a1035238f;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig index f25de94d..ba1b3aac 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/search_form.html.twig @@ -1,7 +1,8 @@ -
+ {% if form_errors(form) %} {{ form_errors(form) }} {% endif %} + {% if form_errors(form.term) %} {{ form_errors(form.term) }} @@ -10,6 +11,7 @@ {{ form_widget(form.term, { 'attr': {'autocomplete': 'off', 'placeholder': 'entry.search.placeholder'} }) }} + clear {{ form_rest(form) }}