From a138ea4c72da81812c964d7b7da535d3b33fe1fc Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sat, 29 Jul 2017 16:40:20 +0100 Subject: [PATCH] Add img alt text to avatar on profile page. Part of #32. --- spongeauth/templates/accounts/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spongeauth/templates/accounts/profile.html b/spongeauth/templates/accounts/profile.html index 96ed95e7..93fd7f4c 100644 --- a/spongeauth/templates/accounts/profile.html +++ b/spongeauth/templates/accounts/profile.html @@ -39,7 +39,7 @@

{% trans "User Information" %}

{% trans "Avatar" %}

- + {{ user.username }}'s avatar {% crispy avatar_form %}