diff options
Diffstat (limited to 'templates/parts/entryRows.html')
-rw-r--r-- | templates/parts/entryRows.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/parts/entryRows.html b/templates/parts/entryRows.html index fd14608..9e9c0eb 100644 --- a/templates/parts/entryRows.html +++ b/templates/parts/entryRows.html @@ -1,4 +1,4 @@ -<tbody hx-swap="outerHTML" hx-trigger="changedEntries from:body" hx-get="/entryRows"> +<tbody hx-swap="outerHTML" hx-trigger="changedEntries from:body" hx-get="/entryRows" hx-params="date" hx-vals='{"date": "{{.DateInfo.Date}}"}'> {{ range $entry := .Entries }} <tr> <td>{{ $entry.Id }}</td> |