mirror of https://github.com/zulip/zulip.git
minor: Turn HTML comment into template comment.
We don't need to send comments about our portico setup over the wire.
This commit is contained in:
parent
c0a9eb19fd
commit
8abaca1457
|
@ -28,9 +28,9 @@
|
|||
{% block customhead %}
|
||||
{% endblock %}
|
||||
|
||||
<!-- this is required because we want to put a custom head in
|
||||
{# this is required because we want to put a custom head in
|
||||
`zerver/portico.html` that isn't overwritten like the
|
||||
`customhead` -->
|
||||
`customhead` #}
|
||||
{% block porticocustomhead %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue