Database Populated

parent 0c65f7d7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<h1> Welcome to Widget! </h1> <h1> Welcome to Widget! </h1>
<ul> <ul>
{% for user in users %} {% for user in users %}
<li><a href = "../widgetusers/{{ user.id }}/details/">{{ user.last_name }} {{ user.first_name }}</a></li> <li><a href = "../widgetusers/{{ user.id }}/details/">{{ user.last_name }}, {{ user.first_name }}</a></li>
{% empty %} {% empty %}
<li>No users registered.</li> <li>No users registered.</li>
{% endfor %} {% endfor %}
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment