diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-11-24 13:28:55 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-11-24 13:28:55 +0200 |
commit | 28f4a5677b8f485224ef7df675228ccf657dcb75 (patch) | |
tree | ed6bb72c4bc2e2113a0e543f879b9d0ac335c739 /servo/templates/admin/settings.html | |
parent | c7432daca9a2cfd5ab506552446700932a99bc33 (diff) | |
download | Servo-28f4a5677b8f485224ef7df675228ccf657dcb75.tar.gz Servo-28f4a5677b8f485224ef7df675228ccf657dcb75.tar.bz2 Servo-28f4a5677b8f485224ef7df675228ccf657dcb75.zip |
Add SSL/TLS/None choices to SMTP settings
Diffstat (limited to 'servo/templates/admin/settings.html')
-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> |