Indentation

This commit is contained in:
Tim 2019-09-19 14:51:12 +02:00 committed by GitHub
parent 66de8a1357
commit ba42eda2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -58,11 +58,11 @@
<div class="control-group">
<label class="control-label" for="theme">Theme</label>
<div class="controls">
<select id="theme" name="theme">
{% for theme in themes %}
<option value="{{ theme }}">{{ theme }}</option>
{% endfor %}
</select>
<select id="theme" name="theme">
{% for theme in themes %}
<option value="{{ theme }}">{{ theme }}</option>
{% endfor %}
</select>
</div>
</div>
<div class="control-group">