mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-23 22:55:23 +00:00
volume filename extensions reorganized.
This commit is contained in:
parent
4769c5cf1b
commit
b7150a1fae
1 changed files with 2 additions and 2 deletions
|
@ -416,8 +416,8 @@
|
|||
</div>
|
||||
<div class="col-sm-2">
|
||||
<select name="extension" class="form-control image-format">
|
||||
{% for format in formats %}
|
||||
<option value="{{ format }}" {% if format == default_format %}selected{% endif %}>{% trans format %}</option>
|
||||
{% for extension in extensions %}
|
||||
<option value="{{ extension }}" {% if extension == default_extension %}selected{% endif %}>{% trans extension %}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue