Skip to content

Commit

Permalink
Fix bug with 400 response - admin email forms
Browse files Browse the repository at this point in the history
  • Loading branch information
tomik-z-cech committed Feb 26, 2024
1 parent c05fbef commit bde7c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owner/templates/owner/edit_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="text-center">
</h1>
<form method="post" enctype="multipart/form-data" id="form">
{% csrf_token %}
{{ edit_email_form.as_p }}
{{ edit_email_form|crispy }}
<div class="container d-flex justify-content-around">
<button type="submit" name="save" class="custom-button button-shadow mt-4">Save</button>
<button type="submit" name="send" class="custom-button button-shadow mt-4">Send Now</button>
Expand Down

0 comments on commit bde7c57

Please sign in to comment.