This commit is contained in:
Ross
2024-01-08 13:32:00 +00:00
parent 5d210c2696
commit f4c098b339
6 changed files with 139 additions and 15 deletions
+4 -2
View File
@@ -2,7 +2,8 @@
<div class="alert alert-warning" role="alert">
<ul>
{% for status in statuses %}
<li>{{status.datetime|date:"SHORT_DATETIME_FORMAT"}}:
<li>
{% comment %} {{status.datetime|date:"SHORT_DATETIME_FORMAT"}}:
{% if status.user_user %}
{{status.user_user}}
@@ -11,8 +12,9 @@
{{status.cid_user}}
{% endif %}
{{status.status}}
{{status.extra}}
{{status.extra}} {% endcomment %}
{{status}}
</li>
{% endfor %}