This commit is contained in:
Ross
2021-09-11 14:24:27 +01:00
parent 84db262711
commit 47bf51fccc
+1 -1
View File
@@ -3,7 +3,7 @@
The following questions have active notes The following questions have active notes
<ul> <ul>
{% for note in notes %} {% for note in notes %}
<li>{{note.get_author_str}}: <a href="{{note.get_absolute_url}}">{{note.get_short_str}}</a></li> <li>{{note.get_author_str}}: <a href="{{note.get_object_url}}">{{note.get_short_str}}</a></li>
{% endfor %} {% endfor %}
</ul> </ul>
</div> </div>