Finalized the Project. Server is ready to run.

parent 03ed9da3
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<ul> <ul>
{% for name in widgetuser_list %} {% for name in widgetuser_list %}
<li> <li>
<a href="{{ 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>
......
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