Commit ade695d4 authored by Ysabella Panghulan's avatar Ysabella Panghulan

added authors list template

parent d9c6fceb
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<ul> <ul>
{% for object in object_list %} {% for object in object_list %}
<li> <li>
<a href="{{ object.get_absolute_url }}">{{ object.first_name }} {{ object.last_name }}</a> <a href="{{ object.get_absolute_url }}">{{ object }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
......
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