Added a missing <td/> and removed dead template code.
- Legacy-Id: 9370
This commit is contained in:
parent
5eda3f9238
commit
3f33c7033d
|
@ -5,8 +5,7 @@
|
|||
|
||||
<td>
|
||||
{% if user.is_authenticated %}
|
||||
{% if not doc.name in have_doc_status %}
|
||||
{% elif doc.name in doc_is_tracked %}
|
||||
{% if doc.name in doc_is_tracked %}
|
||||
<a href="{% url "community_remove_track_document" doc.name %}" class="community-list-add-remove-doc" title="Remove from your personal ID list">
|
||||
<span class="fa fa-bookmark-o"></span>
|
||||
</a>
|
||||
|
@ -76,6 +75,8 @@
|
|||
{% endif %}
|
||||
{% if doc.shepherd %}<small class="text-muted">{{doc.shepherd|default:""}}</small>{% endif %}
|
||||
</td>
|
||||
{% else %}
|
||||
<td></td>
|
||||
{% endif %}
|
||||
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue