mirror of
https://github.com/typemill/typemill.git
synced 2025-01-17 21:38:25 +01:00
fix_error_when_saving_to_system
This commit is contained in:
parent
1f1de85503
commit
09b97c3370
@ -87,7 +87,7 @@
|
||||
{% for format in formats %}
|
||||
|
||||
<label class="control-group">{{ __(format) }}
|
||||
<input name="settings[formats][]" value="{{ __('format') }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}>
|
||||
<input name="settings[formats][]" value="{{ format }}" type="checkbox" {% if format in settings.formats %} checked {% endif %}>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
|
||||
@ -103,4 +103,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user