Skip to content

Commit d97c29f

Browse files
committed
Put possibly replaces sections in the right columns. Fixes ietf-tools#1802. Commit ready for merge.
- Legacy-Id: 10414
1 parent 95df98b commit d97c29f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/doc/document_draft.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
{% if can_view_possibly_replaces %}
105105
{% if possibly_replaces %}
106106
<tr>
107+
<th></th>
107108
<th>Possibly Replaces</th>
108109
<td class="edit">
109110
{% if can_edit_replaces %}
@@ -118,6 +119,7 @@
118119

119120
{% if possibly_replaced_by %}
120121
<tr>
122+
<th></th>
121123
<th>Possibly Replaced By</th>
122124
<td class="edit">
123125
{% if can_edit_replaces %}

0 commit comments

Comments
 (0)