Merge pull request #21 from Fluffy-Bean/beta

Dont show full time for when score was set
This commit is contained in:
Michał Gdula 2023-06-27 12:16:20 +01:00 committed by GitHub
commit 6a2aa58d4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@
</a>
</td>
<td>{{ score.score|format_result }}</td>
<td>{{ score.scored_at.strftime('%Y-%m-%d') }}</td>
<td>{{ score.scored_at|timesince }}</td>
</tr>
{% endfor %}
</table>