1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-07 22:56:32 +02:00

Merge pull request #62 from iusvar/fix_error_when_saving_to_system

Fix error when saving to system
This commit is contained in:
trendschau
2020-01-10 17:40:35 +01:00
committed by GitHub

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