Skip to content

Commit

Permalink
Fix example app current_url_abs_path demo (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Johnson <[email protected]>
  • Loading branch information
kdmwangi and adamchainz authored Sep 19, 2023
1 parent a1b1b10 commit 5ff3f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/example/templates/middleware-tester-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<td><code>{{ request.htmx.current_url|stringformat:'r' }}</code></td>
</tr>
<tr>
<td><code>request.htmx.current_url_relative</code></td>
<td><code>{{ request.htmx.current_url_relative|stringformat:'r' }}</code></td>
<td><code>request.htmx.current_url_abs_path</code></td>
<td><code>{{ request.htmx.current_url_abs_path|stringformat:'r' }}</code></td>
</tr>
<tr>
<td><code>request.htmx.prompt</code></td>
Expand Down

0 comments on commit 5ff3f29

Please sign in to comment.