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 %}
|
||||
{{ 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 %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user