Template indentation cleanup

This commit is contained in:
Audrey Roy Greenfeld 2016-09-09 16:39:49 -07:00 committed by GitHub
parent 8bbf83d3d7
commit 2b2caaf6ce

View File

@ -3,9 +3,7 @@
{% block title %}Members{% endblock %}
{% block content %}
<div class="container">
<h2>Users</h2>
<div class="list-group">
@ -15,7 +13,5 @@
</a>
{% endfor %}
</div>
</div>
{% endblock content %}{% endraw %}