blob: 563b3851b4f73c7a5442aeb0627c2c7aa97575a6 (
plain)
1
2
3
4
5
6
7
8
|
{{ error|raw }}
{% if has_errors %}
<div class="error config-form">
<strong>{% trans 'Cannot save settings, submitted form contains errors!' %}</strong>
{{ errors|raw }}
</div>
{% endif %}
{{ form|raw }}
|