diff options
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 6a22b7d8..6ed7f95f 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -69,7 +69,7 @@ </div> {% endif %} - <form id="pkglist-results-form" method="post" action="/packages/update/"> + <form id="pkglist-results-form" method="post" action="/packages/update/">{% csrf_token %} <table class="results"> <thead> |