mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +00:00
Merge pull request #21 from Fluffy-Bean/beta
Dont show full time for when score was set
This commit is contained in:
commit
6a2aa58d4e
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue