diff options
| author | Kanishk Pachauri <itskanishkp.py@gmail.com> | 2026-04-26 18:00:54 +0530 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-04-27 12:31:31 +0530 |
| commit | 8b131cf30ede2c578d6d84aaf6f89ca5b2b5db46 (patch) | |
| tree | 6c63dde356d4cfe18484396ac6d6850fcb694c4c | |
| parent | 396227777c5712578746dd3ebf46f692478ef470 (diff) | |
Update djangoproject/templates/fundraising/includes/donation_form_with_heart.html
Co-authored-by: Sage Abdullah <laymonage@gmail.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 81cfb225..766b936a 100644 --- a/djangoproject/templates/fundraising/includes/donation_form_with_heart.html +++ b/djangoproject/templates/fundraising/includes/donation_form_with_heart.html @@ -13,7 +13,7 @@ <text x="50%" y="43%" alignment-baseline="middle" text-anchor="middle">{{ goal_percent }}%</text> </g> <foreignObject> - <img src="{% static 'img/fundraising-heart.svg' %}" /> + <img alt="" src="{% static 'img/fundraising-heart.svg' %}" /> </foreignObject> </switch> </svg> |
