From 50118d90c588cb8a4a17716b2fd194a1d766722b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 11 Mar 2020 16:47:26 +0200 Subject: [PATCH] Remove an extra quote. --- templates/integrations/add_zulip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}