diff --git a/templates/zerver/terms.html b/templates/zerver/terms.html index 94785aea8c..03e18e9e6f 100644 --- a/templates/zerver/terms.html +++ b/templates/zerver/terms.html @@ -5,12 +5,12 @@ {% block portico_content %}
-
+
- {% if terms_of_service %} - {{ terms_of_service|render_markdown_path }} - {% endif %} -
+ {% if terms_of_service %} + {{ terms_of_service|render_markdown_path }} + {% endif %} +
{% endblock %}