From d7ed6bd64592e6fdcdd340a0e45cda39a727fd88 Mon Sep 17 00:00:00 2001 From: adnrs96 Date: Fri, 24 Feb 2017 21:12:13 +0530 Subject: [PATCH] Clean terms.html to use 4 space indents. --- templates/zerver/terms.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 %}