We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bd93e commit 6cad115Copy full SHA for 6cad115
views/streak_participants.moon
@@ -23,6 +23,7 @@ class StreakParticipants extends require "widgets.page"
23
users: @pending_users
24
action_area: (user) =>
25
form method: "POST", ->
26
+ @csrf_input!
27
input type: "hidden", name: "user_id", value: user.id
28
button {
29
name: "action"
0 commit comments