X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fsearch_form.html.twig;h=ba8a8454dc00b3e7215d52e0719b0f6f01e02ec6;hb=63771b9ae31a8df8050677b53e64f7cf17924c27;hp=f25de94d1cd3b5321452decf7fcce8532ff8e8c5;hpb=339b1e689d96b433d88ca1ad2325031841ae450d;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..ba8a8454 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 @@ -2,6 +2,7 @@ {% if form_errors(form) %} {{ form_errors(form) }} {% endif %} + {% if form_errors(form.term) %} {{ form_errors(form.term) }}