aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 16:48:46 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 16:48:46 +0100
commit5db084e05b84ac87179336b96b5db9579fa78c67 (patch)
treec028058ea37c012e898dbdbfe11e84427aac1a39 /src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new_form.html.twig
parent6896ae1dda1e399ce39111b28f8f6fbc1d71e14f (diff)
parentd7807ff5f61ca4de175c20f36ff735d40a993faf (diff)
downloadwallabag-5db084e05b84ac87179336b96b5db9579fa78c67.tar.gz
wallabag-5db084e05b84ac87179336b96b5db9579fa78c67.tar.zst
wallabag-5db084e05b84ac87179336b96b5db9579fa78c67.zip
Merge pull request #1665 from wallabag/v2-translations
lots of diverse translation stuff & some typos
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 47e3bc78..2de53106 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, { 'attr': {'autocomplete': 'off', 'placeholder': 'http://website'} }) }} 11 {{ form_widget(form.url, { 'attr': {'autocomplete': 'off', 'placeholder': 'http://website' | trans} }) }}
12 12
13 <div class="hidden">{{ form_rest(form) }}</div> 13 <div class="hidden">{{ form_rest(form) }}</div>
14</form> 14</form>