forked from leftypol/leftypol
catalog.html: adjust image size naming
This commit is contained in:
parent
14d48402b4
commit
a450342d0d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
|
||||
<span>{% trans 'Image size' %}: </span>
|
||||
<select id="image_size" style="display: inline-block">
|
||||
<option value="vsmall">{% trans 'Very small' %}</option>
|
||||
<option selected value="small">{% trans 'Small' %}</option>
|
||||
<option value="vsmall">{% trans 'Small' %}</option>
|
||||
<option selected value="small">{% trans 'Medium' %}</option>
|
||||
<option value="large">{% trans 'Large' %}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue