forked from GithubBackups/healthchecks
Remove an extra quote.
This commit is contained in:
parent
b689c8aa4e
commit
50118d90c5
@ -170,7 +170,7 @@
|
|||||||
{% if form.to.errors %}
|
{% if form.to.errors %}
|
||||||
{{ form.to.errors|join:"" }}
|
{{ form.to.errors|join:"" }}
|
||||||
{% else %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user