diff --git a/templates/admin.html b/templates/admin.html index e2ef179..2cc0f6f 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -109,7 +109,7 @@ {% for donation in donations %} - {{ donation.created.isoformat() }} + {{ donation.created.strftime("%Y-%m-%d") }} {{ donation.user.email }} {{ donation.project.name if donation.project else "" }} {{ donation.comment if donation.comment else "" }}