.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% if notes %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
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>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user