diff --git a/app/templates/admin_settings.html b/app/templates/admin_settings.html index e736a86..0e7b9ba 100644 --- a/app/templates/admin_settings.html +++ b/app/templates/admin_settings.html @@ -19,13 +19,13 @@ @@ -35,7 +35,7 @@
-

General

+

{% trans "General" %}

Content @@ -121,7 +121,7 @@
- + {% render_field form.username class='form-control' %}
{% if form.username.errors %} {% endif %} +
+ + {% render_field form.default_from_email class='form-control' %} +
+ {% if form.default_from_email.errors %} + + {% endif %}

{{ form.safe.connection.label }}

{% for value, text in form.safe_conection.field.choices %} {% endfor %}
+ {% if form.safe_connection.errors %} + + {% endif %}
@@ -180,10 +214,10 @@
- +
-- libgit2 0.21.2