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:
Steve Howell 2018-05-31 00:35:33 +00:00 committed by Tim Abbott
parent c0a9eb19fd
commit 8abaca1457
1 changed files with 2 additions and 2 deletions

View File

@ -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>