aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-17 15:32:59 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-17 15:32:59 +0200
commit925d8ab316127be8dc0cea2515cfc1d419b1d5e8 (patch)
tree41f81822db306039281230f5fba5c659e3c177d0 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
parent0a3a5f6cd702f224c97ce8decadccad5347bde2c (diff)
parentd5b28518e9c1c654e3eaa913603dd08fc7b04677 (diff)
downloadwallabag-925d8ab316127be8dc0cea2515cfc1d419b1d5e8.tar.gz
wallabag-925d8ab316127be8dc0cea2515cfc1d419b1d5e8.tar.zst
wallabag-925d8ab316127be8dc0cea2515cfc1d419b1d5e8.zip
Merge pull request #1337 from modos189/v2_material
fixes material
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
8 <span class="black-text">{{ form_errors(form.url) }}</span> 8 <span class="black-text">{{ form_errors(form.url) }}</span>
9 {% endif %} 9 {% endif %}
10 10
11 {{ form_widget(form.url) }} 11 {{ form_widget(form.url, { 'attr': {'autocomplete': 'off'} }) }}
12 12
13 <div class="hidden">{{ form_rest(form) }}</div> 13 <div class="hidden">{{ form_rest(form) }}</div>
14</form> 14</form>