Skip to content

Commit

Permalink
Fix issue with member not being removed from shake
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrhamSayd authored and spaceninja committed May 9, 2023
1 parent 4e148b5 commit 04abeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shakes/members.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4><a href="/user/{{manager.name}}">{{escape(manager.display_name())}}</a></h4>
</div>
{% if shake.is_owner(current_user_object) %}
<div class="remove-from-shake-button">
<a class="btn btn-small btn-danger btn-pastel" href="">Remove From Shake</a>
<a class="remove-from-shake-button-link btn btn-small btn-danger btn-pastel" href="">Remove From Shake</a>
<form style="display: none;" action="/shake/{{escape(shake.name)}}/members/remove?user_id={{manager.id}}">
<input type="hidden" name="user_id" value="{{manager.id}}">
{{ xsrf_form_html() }}
Expand Down

0 comments on commit 04abeb9

Please sign in to comment.