Skip to content

Commit

Permalink
fix: Remove CSRF parameter from sales-dashboard search form (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Apr 3, 2024
1 parent d5f76ff commit 1e75ae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/sales_dashboard/templates/sales_dashboard/base.html
Expand Up @@ -18,7 +18,6 @@
<nav class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-md-3 col-lg-2 mr-0 px-3" href="/sales-dashboard/">Flagsmith</a>
<form method="get" action="{% url 'sales_dashboard:index' %}" class="form-inline w-100">
{% csrf_token %}
<input class="form-control mr-sm-2 w-75" type="search" placeholder="Search by org name, email addresses or subscription ID. Separate multiple search terms with commas" aria-label="Search" name="search" value="{{ search }}">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
Expand Down

0 comments on commit 1e75ae9

Please sign in to comment.