mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 09:02:19 +03:00
Combine load tags, fix indentation
This commit is contained in:
parent
984e23270d
commit
8bbf83d3d7
|
@ -1,5 +1,5 @@
|
||||||
{% raw %}{% extends "base.html" %}
|
{% raw %}{% extends "base.html" %}
|
||||||
{% load static %}{% load i18n %}
|
{% load static i18n %}
|
||||||
{% block title %}Members{% endblock %}
|
{% block title %}Members{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -14,7 +14,6 @@
|
||||||
<h4 class="list-group-item-heading">{{ user.username }}</h4>
|
<h4 class="list-group-item-heading">{{ user.username }}</h4>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user