diff options
| -rw-r--r-- | djangoproject/templates/fundraising/includes/donation_form_with_heart.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangoproject/templates/fundraising/includes/donation_form_with_heart.html b/djangoproject/templates/fundraising/includes/donation_form_with_heart.html index 68e22bb9..6ec78ab2 100644 --- a/djangoproject/templates/fundraising/includes/donation_form_with_heart.html +++ b/djangoproject/templates/fundraising/includes/donation_form_with_heart.html @@ -4,7 +4,7 @@ <div class="fundraising-index" id="donate"> <div class="fundraising-heart" data-percent="{{ goal_percent }}"> - <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 503 431" role="img" aria-label="{% blocktranslate trimmed %}Fundraising progress: {{ goal_percent }} funded{% endblocktranslate %}"> + <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 503 431" role="img" aria-label="{% blocktranslate trimmed %}Fundraising progress: {{ goal_percent }} percent funded{% endblocktranslate %}"> <switch> <g> <g transform="translate(4, 2)" id="pixels"> |
