Put possibly replaces sections in the right columns. Fixes #1802. Commit ready for merge.
- Legacy-Id: 10414
This commit is contained in:
parent
95df98b6d4
commit
d97c29fdcf
|
@ -104,6 +104,7 @@
|
|||
{% if can_view_possibly_replaces %}
|
||||
{% if possibly_replaces %}
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Possibly Replaces</th>
|
||||
<td class="edit">
|
||||
{% if can_edit_replaces %}
|
||||
|
@ -118,6 +119,7 @@
|
|||
|
||||
{% if possibly_replaced_by %}
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Possibly Replaced By</th>
|
||||
<td class="edit">
|
||||
{% if can_edit_replaces %}
|
||||
|
|
Loading…
Reference in a new issue