Clean terms.html to use 4 space indents.

This commit is contained in:
adnrs96 2017-02-24 21:12:13 +05:30 committed by Tim Abbott
parent 74b6978cc1
commit d7ed6bd645

View File

@ -5,12 +5,12 @@
{% block portico_content %}
<div class="app terms-page">
<div class="app-main terms-page-container">
<div class="app-main terms-page-container">
{% if terms_of_service %}
{{ terms_of_service|render_markdown_path }}
{% endif %}
</div>
{% if terms_of_service %}
{{ terms_of_service|render_markdown_path }}
{% endif %}
</div>
</div>
{% endblock %}