Updated dashboard.html

parent c7d94a00
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
<ul> <ul>
{% for name in object_list %} {% for name in object_list %}
<li> <li>
<a href="/dashboard/widget/{{ name.pk }}/details/"> {{ name.last_name }}, {{name.first_name }} </a><br> <a href="/dashboard/widgetusers/{{ name.pk }}/details/"> {{ name.last_name }}, {{name.first_name }} </a><br>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
<p> <a href = "/dashboard/widget/add">Add Widget User</a> <p> <a href = "/dashboard/widgetusers/add">Add Widget User</a>
</p> </p>
<a href = "/forum/">Forum</a> <br> <a href = "/forum/">Forum</a> <br>
......
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