Skip to content

Commit

Permalink
Csrf token missing bug fix (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domejko authored Jun 12, 2024
1 parent 82efa68 commit 1a4a6f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
hx-swap="none"
hx-indicator="#save_account_name"
class="flex gap-2 flex-col justify-between py-4 md:flex-row">
{% csrf_token %}
<div class="flex flex-col flex-grow">
<p class="text-lg font-semibold text-gray-900 dark:text-white">Account Name</p>
<p class="text-base font-normal text-gray-500 dark:text-gray-400">This will be displayed on your account</p>
Expand Down

0 comments on commit 1a4a6f2

Please sign in to comment.