[IMP] website: disable translations for example URLs

This commit is contained in:
Olivier Dony 2014-07-22 23:00:58 +02:00
parent 5d72326fac
commit 57352367dc
1 changed files with 4 additions and 2 deletions

View File

@ -360,7 +360,8 @@
class="form-control url pull-left"
style="width: 400px;"
id="urlvideo"
placeholder="//www.youtube.com/embed/yws1tbgNV7k"/>
placeholder="//www.youtube.com/embed/yws1tbgNV7k"
t-translation="off"/>
<button class="btn btn-default">Preview</button>
</div>
<div class="form-group btn-group">
@ -370,7 +371,8 @@
class="form-control url pull-left"
style="width: 400px;"
id="embedvideo"
placeholder='&lt;iframe src="//www.youtube.com/embed/yws1tbgNV7k"&gt;&lt;/iframe&gt;'/>
placeholder='&lt;iframe src="//www.youtube.com/embed/yws1tbgNV7k"&gt;&lt;/iframe&gt;'
t-translation="off"/>
<button class="btn btn-default">Preview</button>
</div>
</div>