File tree 1 file changed +4
-4
lines changed
djangoproject/templates/fundraising
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
{% for message in messages %}
8
8
< p > {{ message }}</ p >
9
9
{% endfor %}
10
- < hr >
10
+ < hr aria-hidden =" true " / >
11
11
{% endif %}
12
12
13
13
{% endblock %}
@@ -36,7 +36,7 @@ <h2>{% translate "Manage your participation in the fundraising campaigns" %}</h2
36
36
{# Always include to avoid "Management form has been tampered with" if no recurring donations exist #}
37
37
{{ modify_donations_formset.management_form }}
38
38
{% if recurring_donations %}
39
- < hr />
39
+ < hr aria-hidden =" true " />
40
40
< h2 > {% translate "Modify your recurring donations" %}</ h2 >
41
41
< p > {% translate "Update the time interval or amount of your recurring donation here:" %}</ p >
42
42
{% for form in modify_donations_formset %}
@@ -51,7 +51,7 @@ <h2>{% translate "Modify your recurring donations" %}</h2>
51
51
< button type ="submit " class ="cta arrow "> {% translate "Save" context "Save personal details about donation" %}</ button >
52
52
</ div >
53
53
</ form >
54
- < hr />
54
+ < hr aria-hidden =" true " />
55
55
< h2 > {% translate "Cancel your recurring donations" %}</ h2 >
56
56
< p > {% translate "You can cancel your recurring donation to the Django Software Foundation anytime." %}</ p >
57
57
< ul >
@@ -72,7 +72,7 @@ <h2>{% translate "Cancel your recurring donations" %}</h2>
72
72
</ form>
73
73
{% endif %}
74
74
{% if past_payments %}
75
- < hr />
75
+ < hr aria-hidden =" true " />
76
76
< h2 > {% translate "Your past donations" %}</ h2 >
77
77
< ul >
78
78
{% for payment in past_payments %}
You can’t perform that action at this time.
0 commit comments