This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,12 +108,10 @@ title = _("Bank Account") | |
{% endif %} | ||
|
||
{% if bank_account and bank_account.is_setup %} | ||
<div id="delete"> | ||
<form action="bank-account.json" class="special" method="POST"> | ||
<input type="hidden" name="action" value="delete"> | ||
<button>{{ _("Disconnect My Bank Account") }}</button> | ||
</form> | ||
</div> | ||
<form id="delete" action="bank-account.json" method="POST" | ||
data-confirm="{{ _('Are you sure you want to disconnect your bank account ?') }}"> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
chadwhitacre
Contributor
|
||
<button>{{ _("Disconnect My Bank Account") }}</button> | ||
</form> | ||
{% endif %} | ||
|
||
<p class="info">Bank account information is stored and processed by <a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Is the extra space before the question mark a European thing? (I've noticed you adding a space before a colon as well.) In US English there's no space before the question mark here.