Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 10, 2024
1 parent dc17116 commit 3776880
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions portal/templates/portal/partials/donate_popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
{{ donate_form.email }}
<span class="iconify" data-icon="mdi:email-outline"></span>
</div>
<small id="donate_errors" class="warningText">
{{ donate_form.email.errors }}</small>
{{ donate_form.email.errors }}
<small>{{ donate_form.email.help_text }}</small>
</div>
</div>
Expand All @@ -36,8 +35,8 @@
</div>
</div>
<div class="popup-box__buttons">
<a id="cancel_button"
class="button button--small button--secondary button--secondary--dark" onclick="hideDonatePopup()" aria-labelledby="cancel_button">Cancel</a>
<a class="button button--small button--secondary button--secondary--dark"
onclick="hideDonatePopup()" aria-labelledby="cancel_button">Cancel</a>
<button type="submit" id="confirm_donate_button"
class='button button--small button--primary'
aria-labelledby="confirm_button">Confirm</button>
Expand Down

0 comments on commit 3776880

Please sign in to comment.