Skip to content

Commit

Permalink
Remove hx attributes from return button
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Jun 27, 2024
1 parent f7a3551 commit 1d2fef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlock/templates/file_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{% csrf_token %}
{% #button type="submit" variant="danger" class="action-button btn-sm" id="reject-request-button" %}Reject request{% /button %}
</form>
<form action="{{ request_return_url }}" method="POST" hx-post="{{ request_return_url }}" hx-disabled-elt="button">
<form action="{{ request_return_url }}" method="POST">
{% csrf_token %}
{% #button type="submit" class="btn-sm" tooltip="Return request for changes/clarification" variant="secondary" id="return-request-button" %}Return request{% /button %}
</form>
Expand Down

0 comments on commit 1d2fef6

Please sign in to comment.