dont show vote creation times if they're under 1599343262

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-12 11:04:26 +02:00
parent d18e247513
commit 5849def6c1
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
{% endwith %}
</td>
<td>{{"{:,}".format(vote.user.truecoins)}}</td>
<td data-time="{{vote.created_utc}}"></td>
<td {% if vote.created_utc > 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}></td>
</tr>
{% endfor %}
</table>
@ -68,7 +68,7 @@
{% endwith %}
</td>
<td>{{"{:,}".format(vote.user.truecoins)}}</td>
<td data-time="{{vote.created_utc}}"></td>
<td {% if vote.created_utc > 1599343262 %}data-time="{{vote.created_utc}}"{% endif %}></td>
</tr>
{% endfor %}
</table>