diff --git a/static/styles/portico/email_log.css b/static/styles/portico/email_log.css new file mode 100644 index 0000000000..cbe13a92e9 --- /dev/null +++ b/static/styles/portico/email_log.css @@ -0,0 +1,18 @@ +#dev-emails-container { + .header { + position: fixed; + } + + .config-options { + text-align: right; + } + + .emails { + padding-top: 100px; + } + + #smtp_form_status, + .hide { + display: none; + } +} diff --git a/templates/zerver/development/email_log.html b/templates/zerver/development/email_log.html index 570f92fdff..121d6c7866 100644 --- a/templates/zerver/development/email_log.html +++ b/templates/zerver/development/email_log.html @@ -6,14 +6,14 @@ {% endblock %} {% block content %} -
-
+
+
All the emails sent in the Zulip development environment are logged here. You can also manually generate most of the emails by clicking here. To clear this log click here
-
+
-
+
{{ log |safe }}