Commit 45e9ad5c authored by Ysabella Panghulan's avatar Ysabella Panghulan

changed li format in dashboard template

parent 319e0f19
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
<h2>Widget Users:</h2> <h2>Widget Users:</h2>
<ol> <ol>
{% for user in users %} {% for user in users %}
<li> <a href="{{ user.get_absolute_url }}">
<a href="{{ user.get_absolute_url }}">{{ user.last_name }}, {{ user.first_name }}</a> <li>{{ user.last_name }}, {{ user.first_name }}</li>
</li> </a>
{% endfor %} {% endfor %}
</ol> </ol>
</div> </div>
......
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