Template improvement
* minor improvement
This commit is contained in:
parent
135f25d88b
commit
f69d98460f
@ -65,9 +65,7 @@
|
|||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
{{comp.created.timestamp|default_if_none:""|naturalday}}
|
{{comp.created.timestamp|default_if_none:""|naturalday}}
|
||||||
<br>
|
<br>
|
||||||
{% with comp.created.user as user %}
|
{{comp.created.user.username}}
|
||||||
{% include 'user/includes/contact_modal_button.html' %}
|
|
||||||
{% endwith %}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -97,9 +97,7 @@
|
|||||||
<td class="align-middle">
|
<td class="align-middle">
|
||||||
{{intervention.created.timestamp|default_if_none:""|naturalday}}
|
{{intervention.created.timestamp|default_if_none:""|naturalday}}
|
||||||
<br>
|
<br>
|
||||||
{% with intervention.created.user as user %}
|
{{intervention.created.user.username}}
|
||||||
{% include 'user/includes/contact_modal_button.html' %}
|
|
||||||
{% endwith %}
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user