mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
7 lines
214 B
HTML
7 lines
214 B
HTML
{% if development_environment %}
|
|
<div class="alert alert-info" style="display:inline-block;">
|
|
In the development environment, outgoing emails are logged to
|
|
<a href="/emails">/emails</a>.
|
|
</div>
|
|
{% endif %}
|