1
0
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:
severoiuliano@gmail.com 2020-01-10 16:39:29 +01:00
parent 1f1de85503
commit 09b97c3370

View File

@ -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 %}