[enh] add image proxy toggle to preferences templates

This commit is contained in:
Adam Tauber 2015-01-16 16:58:44 +01:00
parent f3d7af33fd
commit 0a3b9a7b00
3 changed files with 34 additions and 6 deletions

View file

@ -42,6 +42,15 @@
</select>
</p>
</fieldset>
<fieldset>
<legend>{{ _('Image proxy') }}</legend>
<p>
<select name='image_proxy'>
<option value="1" {% if image_proxy %}selected="selected"{% endif %}>{{ _('Enabled') }}</option>
<option value="" {% if not image_proxy %}selected="selected"{% endif %}>{{ _('Disabled') }}</option>
</select>
</p>
</fieldset>
<fieldset>
<legend>{{ _('Method') }}</legend>
<p>