Skip to content

Commit

Permalink
Merge pull request #8204 from depositar/8201-bs3-collaborator-new-csrf
Browse files Browse the repository at this point in the history
[#8201] Fix misplaced CSRF token in the BS3 collaborator_new.html
  • Loading branch information
wardi committed May 2, 2024
2 parents 68d9f06 + 1e50aed commit 673ca62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/8204.bugfix
@@ -0,0 +1 @@
Fix misplaced CSRF token in the BS3 collaborator_new.html.
Expand Up @@ -10,8 +10,8 @@ <h1 class="page-heading">
{% block page_heading %}{{ _('Edit Collaborator') if user else _('Add Collaborator') }}{% endblock %}
</h1>
{% block form %}
{{ h.csrf_input() }}
<form class="dataset-form add-member-form" method='post'>
{{ h.csrf_input() }}
<div class="row">
<div class="col-md-5">
<div class="form-group control-medium">
Expand Down

0 comments on commit 673ca62

Please sign in to comment.