mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
adding csrf token to all forms on home page
This commit is contained in:
parent
b12997c7e3
commit
fec5ba7c9e
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
<div class="mobile:grid-col-12 desktop:grid-col-6">
|
||||
<section aria-label="Domains search component" class="flex-6 margin-y-2">
|
||||
<form class="usa-search usa-search--small" role="search">
|
||||
{% csrf_token %}
|
||||
<label class="usa-sr-only" for="domains__search-field">Search</label>
|
||||
<input
|
||||
class="usa-input"
|
||||
|
@ -111,6 +112,7 @@
|
|||
<div class="mobile:grid-col-12 desktop:grid-col-6">
|
||||
<section aria-label="Domain requests search component" class="flex-6 margin-y-2">
|
||||
<form class="usa-search usa-search--small" role="search">
|
||||
{% csrf_token %}
|
||||
<label class="usa-sr-only" for="domain-requests__search-field">Search</label>
|
||||
<input
|
||||
class="usa-input"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue