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" %}
|
{% extends "base.html" %}
|
||||||
<h1> Users </h1>
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="listing">
|
||||||
|
<h1> Users </h1>
|
||||||
{% for user in users %}
|
{% for user in users %}
|
||||||
<a href="{{user.url}}">{{user.uri}}</a><br />
|
<a href="{{user.url}}">{{user.uri}}</a><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue