Skip to content

Commit 3f33c70

Browse files
committed
Added a missing <td/> and removed dead template code.
- Legacy-Id: 9370
1 parent 5eda3f9 commit 3f33c70

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
<td>
77
{% if user.is_authenticated %}
8-
{% if not doc.name in have_doc_status %}
9-
{% elif doc.name in doc_is_tracked %}
8+
{% if doc.name in doc_is_tracked %}
109
<a href="{% url "community_remove_track_document" doc.name %}" class="community-list-add-remove-doc" title="Remove from your personal ID list">
1110
<span class="fa fa-bookmark-o"></span>
1211
</a>
@@ -76,6 +75,8 @@
7675
{% endif %}
7776
{% if doc.shepherd %}<small class="text-muted">{{doc.shepherd|default:""}}</small>{% endif %}
7877
</td>
78+
{% else %}
79+
<td></td>
7980
{% endif %}
8081

8182
</tr>

0 commit comments

Comments
 (0)