zulip/templates/zerver/email_log.html

12 lines
408 B
HTML
Raw Normal View History

{% extends "zerver/base.html" %}
{% block content %}
<div class="container">
<div class="alert">
All the emails sent in the Zulip development environment are logged here. You can also
manually generate most of the emails by clicking <a href="/emails/generate">here</a>.
To clear this log click <a href="/emails/clear">here</a>
</div>
{{ log |safe }}
</div>
{% endblock %}