find_team: Show development environment email reminder.

This commit is contained in:
Tim Abbott
2017-02-07 15:29:38 -08:00
parent cda7faee83
commit 92979e3aac

View File

@@ -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">