Fixed fields diff broken layout
parent
30ef152202
commit
d5e8b2ffd5
|
@ -418,14 +418,14 @@
|
|||
</tr>
|
||||
{% for entry in history_entries%}
|
||||
{% if entry.comment %}
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{% trans comment=mdrender(project, entry.comment) %}
|
||||
<h3>comment:</h3>
|
||||
<p>{{ comment }}</p>
|
||||
{% endtrans %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{% trans comment=mdrender(project, entry.comment) %}
|
||||
<h3>comment:</h3>
|
||||
<p>{{ comment }}</p>
|
||||
{% endtrans %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% set changed_fields = entry.values_diff %}
|
||||
{% if changed_fields %}
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
{% set values_removed = lists_diff(values_from, values_to) %}
|
||||
|
||||
<tr>
|
||||
<td valign="middle" rowspan="2" class="update-row-name">
|
||||
<td valign="middle" class="update-row-name">
|
||||
<h3>{{ verbose_name(obj_class, field_name) }}</h3>
|
||||
</td>
|
||||
<td valign="top" class="update-row-from">
|
||||
|
|
Loading…
Reference in New Issue