currency symbol added && remove twig add override

This commit is contained in:
vedatakd 2020-02-20 12:32:30 +03:00
parent 5fbc261eb3
commit 0fbfe520c7

View File

@ -185,7 +185,7 @@
{% for currency in active_currencies %}
<option {% if app.request.get('currency') == currency %}
selected
{% endif %}value="{{ currency }}">{{ currency }}</option>
{% endif %}value="{{ currency }}">{{ currency_symbol(currency) }}</option>
{% endfor %}
</select>
</div>