diff options
| author | Kanishk Pachauri <itskanishkp.py@gmail.com> | 2026-04-23 16:52:51 +0530 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-04-27 12:31:31 +0530 |
| commit | b5a8231f687e6181e49b0bdc31d847f725fdb3ef (patch) | |
| tree | 671f21da634828806a4179807c799deb735ca56c | |
| parent | 092aebfbdbfb1c64d2cd576e032bbaf9bdca47a4 (diff) | |
Update djangoproject/templates/fundraising/includes/donation_form_with_heart.html
Co-authored-by: Eliana Rosselli <67162025+erosselli@users.noreply.github.com>
| -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"> |
