File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
djangoproject/templates/fundraising Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ <h1>{% translate "Manage your donations to the Django Software Foundation" %}</h
23
23
{% endblocktranslate %}
24
24
</ p >
25
25
26
- < form enctype ="multipart/form-data " action ="" method ="post " class ="form-input django-hero-form "
26
+ < form enctype ="multipart/form-data " action ="" method ="post " class ="django-hero-form "
27
27
data-stripe-key ="{{ stripe_publishable_key }} " data-stripe-icon ="{% static 'img/dj-stripe-icon.jpg' %} "
28
28
data-update-card-url ="{% url 'fundraising:update-card' %} ">
29
29
< h2 > {% translate "Manage your participation in the fundraising campaigns" %}</ h2 >
30
30
< p > {% translate "Information entered below will be visible on all of your donations to the Django Project." %}</ p >
31
31
{% csrf_token %}
32
32
{% include 'fundraising/includes/_form.html' with form=hero_form %}
33
- < p class ="submit ">
34
- < input type ="submit " class ="cta " value =" {% translate "Save → " context "Save personal details about donation" %}" >
35
- </ p >
33
+ < div class ="submit ">
34
+ < button type ="submit " class ="cta arrow " > {% translate "Save" context "Save personal details about donation" %}</ button >
35
+ </ div >
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 %}
@@ -47,9 +47,9 @@ <h2>{% translate "Modify your recurring donations" %}</h2>
47
47
< span class ="change-card-result "> </ span >
48
48
</ div >
49
49
{% endfor %}
50
- < p class ="submit ">
51
- < input type ="submit " class ="cta " value =" {% translate "Save → " context "Save personal details about donation" %}" >
52
- </ p >
50
+ < div class ="submit ">
51
+ < button type ="submit " class ="cta arrow " > {% translate "Save" context "Save personal details about donation" %}</ button >
52
+ </ div >
53
53
</ form >
54
54
< hr />
55
55
< h2 > {% translate "Cancel your recurring donations" %}</ h2 >
You can’t perform that action at this time.
0 commit comments