Optimised admin page for all models

This commit is contained in:
2018-01-14 19:32:00 -05:00
parent bc7cd9c652
commit 5e20a2058e
9 changed files with 26 additions and 17 deletions

View File

@ -45,7 +45,7 @@
<ul class="list-group">
{% for thread in threads %}
<a href="{% url 'forum' thread.id %}"
class="list-group-item list-group-item-action">{{ thread.topic }}</a>
class="list-group-item list-group-item-action">{{ thread.name }}</a>
{% endfor %}
</ul>
</div>