mirror of
https://github.com/flextype/flextype.git
synced 2025-08-15 17:44:17 +02:00
- Settings Controller/Views implementation
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<div class="form-group">
|
||||
<label for="entries[main]">{{ tr('admin_entry_main') }}</label>
|
||||
<select id="systemSettingsSystemEntriesMain" name="entries[main]" class="form-control" required="required">
|
||||
{% for key, value in locales %}
|
||||
{% for key, value in entries %}
|
||||
<option value="{{ key }}" {% if key == entries.main %}selected{% endif %}>{{ value }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user