mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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 %}
|