diff --git a/templates/integrations/add_zulip.html b/templates/integrations/add_zulip.html index 0917252c..21df87b3 100644 --- a/templates/integrations/add_zulip.html +++ b/templates/integrations/add_zulip.html @@ -170,7 +170,7 @@ {% if form.to.errors %} {{ form.to.errors|join:"" }} {% else %} - Example: "{% if form.mtype.value == "private" %}alice@example.org{% else %}general{% endif%}"" + Example: "{% if form.mtype.value == "private" %}alice@example.org{% else %}general{% endif%}" {% endif %}