Users is also a listing.
This commit is contained in:
parent
3460add012
commit
8d10f5634e
1 changed files with 3 additions and 1 deletions
|
@ -15,9 +15,11 @@
|
|||
-->
|
||||
|
||||
{% extends "base.html" %}
|
||||
<h1> Users </h1>
|
||||
{% block content %}
|
||||
<div class="listing">
|
||||
<h1> Users </h1>
|
||||
{% for user in users %}
|
||||
<a href="{{user.url}}">{{user.uri}}</a><br />
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue