Skip to content

Commit

Permalink
Include csrf token in the create URL form, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 7, 2023
1 parent 9aee607 commit 151dd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nkdsu/templates/include/voter_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ <h2>
<details>
<summary>add a website</summary>
<form method="post">
{% csrf_token %}
<p>
<label>URL:</label>
<input type="text" name="url" placeholder="https://mycoolwebsite.gov"/>
Expand Down

0 comments on commit 151dd95

Please sign in to comment.