forked from rDrama/rDrama
1
0
Fork 0

fix owners.html

master
Aevann 2023-08-13 16:37:39 +03:00
parent e16840b93e
commit 24e809cf7c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% for user, created_utc in users %}
<tr>
<td>{% include "user_in_table.html" %}</td>
<td {% if created_utc > 1599343262 %}data-time="{{created_utc}}"{% endif %}></td>
<td {% if created_utc %}data-time="{{created_utc}}"{% endif %}></td>
</tr>
{% endfor %}
</tbody>