mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Template indentation cleanup
This commit is contained in:
parent
8bbf83d3d7
commit
2b2caaf6ce
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user