mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
currency symbol added && remove twig add override
This commit is contained in:
parent
5fbc261eb3
commit
0fbfe520c7
@ -185,7 +185,7 @@
|
|||||||
{% for currency in active_currencies %}
|
{% for currency in active_currencies %}
|
||||||
<option {% if app.request.get('currency') == currency %}
|
<option {% if app.request.get('currency') == currency %}
|
||||||
selected
|
selected
|
||||||
{% endif %}value="{{ currency }}">{{ currency }}</option>
|
{% endif %}value="{{ currency }}">{{ currency_symbol(currency) }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user