mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
find_team: Show development environment email reminder.
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
<li>{{ email }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% if development_environment %}
|
||||
<div class="alert alert-info" style="display:inline-block;">
|
||||
{{ _("In the Zulip development environment, outgoing emails are printed to the run-dev.py console") }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="find-team-form">
|
||||
|
||||
Reference in New Issue
Block a user