Skip to content

Commit

Permalink
Fix the Django example in www/content/examples/confirm.md (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
miaapancake committed Nov 30, 2023
1 parent 2fe2f67 commit 8d0338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/examples/confirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This allows to use `hx-confirm`'s value in the prompt which is convenient
when the question depends on the element e.g. a django list:

```html
{% for row in clients %}
{% for client in clients %}
<button hx-post="/delete/{{client.pk}}" hx-confirm="Delete {{client.name}}??">Delete</button>
{% endfor %}
```
Expand Down

0 comments on commit 8d0338a

Please sign in to comment.