diff options
Diffstat (limited to 'servo/templates')
-rw-r--r-- | servo/templates/admin/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/admin/settings.html b/servo/templates/admin/settings.html index 2656539..85f7b61 100644 --- a/servo/templates/admin/settings.html +++ b/servo/templates/admin/settings.html @@ -52,7 +52,7 @@ {% include "form_field_snippet.html" with field=form.smtp_host %} {% include "form_field_snippet.html" with field=form.smtp_user %} {% include "form_field_snippet.html" with field=form.smtp_password %} - {% include "form_field_snippet.html" with field=form.smtp_ssl %} + {% include "form_field_snippet.html" with field=form.smtp_encryption %} </fieldset> <fieldset> <legend>{% trans "Notifications" %}</legend> |