From 28f4a5677b8f485224ef7df675228ccf657dcb75 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 24 Nov 2016 13:28:55 +0200 Subject: Add SSL/TLS/None choices to SMTP settings --- servo/templates/admin/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'servo/templates/admin/settings.html') 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 %}
{% trans "Notifications" %} -- cgit v1.2.3