Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
carson committed Jan 20, 2022
2 parents 1964c43 + 8cf3397 commit f1cef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/examples/bulk-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: demo_layout.njk

This demo shows how to implement a common pattern where rows are selected and then bulk updated. This is
accomplished by putting a form around a table, with checkboxes in the table, and then including the checked
values in `POST`'s to two different endpoints: `activate` and `deactivate`:
values in `PUT`'s to two different endpoints: `activate` and `deactivate`:

```html
<div hx-include="#checked-contacts" hx-target="#tbody">
Expand Down

0 comments on commit f1cef92

Please sign in to comment.