.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
The following questions have active notes
|
||||
<ul>
|
||||
{% 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 %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user