Skip to content

Commit

Permalink
Fix edit score bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jun 23, 2024
1 parent 9d80d7b commit 9ce8bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/universities/htmx/update_score_input_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Universities::Htmx::UpdateScoreInputPage < NoLayout
name: "university:#{column_name}",
id: "update_score_input",
"hx-put": Universities::Update.with(id).path,
"hx-include": "next input[name='_csrf']",
"hx-include": "input[name='_csrf']",
"hx-target": "closest td",
"hx-swap": "outherHTML",
style: "min-width: 25px; max-height: 30px;"
Expand Down

0 comments on commit 9ce8bab

Please sign in to comment.