|
|
@ -112,11 +112,11 @@ |
|
|
|
{% for theme in themes %} |
|
|
|
{% for theme in themes %} |
|
|
|
{% if theme == user.theme %} |
|
|
|
{% if theme == user.theme %} |
|
|
|
<option value="{{ theme }}" selected="selected"> |
|
|
|
<option value="{{ theme }}" selected="selected"> |
|
|
|
{{ theme }} |
|
|
|
{{ theme | u.title }} |
|
|
|
</option> |
|
|
|
</option> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
<option value="{{ theme }}"> |
|
|
|
<option value="{{ theme }}"> |
|
|
|
{{ theme }} |
|
|
|
{{ theme | u.title }} |
|
|
|
</option> |
|
|
|
</option> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|