X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fnew_form.html.twig;h=fda53e5b0876387d176f75557013354d123bcf7d;hb=fcb3faf10989caa0ec1fd27a6bad0b0abf0d77cc;hp=1a3ab86d846fd06aef299568f09f04ff8c5a96cf;hpb=a15692b1b736a6a1d3c50a5daffe08c16e6cc93b;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig index 1a3ab86d..fda53e5b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig @@ -8,7 +8,7 @@ {{ form_errors(form.url) }} {% endif %} - {{ form_widget(form.url) }} + {{ form_widget(form.url, { 'attr': {'autocomplete': 'off'} }) }}