Edit and set language [skip ci]

This commit is contained in:
James Cole
2015-05-14 09:59:30 +02:00
parent 392c1fc399
commit 9f99e7c0af
2 changed files with 15 additions and 2 deletions

View File

@@ -95,7 +95,11 @@
{% for key, lang in Config.get('firefly.lang') %}
<div class="radio">
<label>
<input type="radio" name="language" value="{{ key }}" />
<input type="radio" name="language" value="{{ key }}"
{% if language == key %}
checked
{% endif %}
/>
{{ lang }}
</label>
</div>