.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user