Dont show full time for when score was set

This commit is contained in:
Michał Gdula 2023-06-27 12:14:21 +01:00
parent 92a94c66ac
commit b2916dd645

View file

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