Merge branch 'pu_packages_action_post' into pu

This commit is contained in:
Kevin Morris 2021-10-19 13:38:02 -07:00
commit 210d92e382
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
3 changed files with 94 additions and 7 deletions

View file

@ -55,11 +55,10 @@
{% include "partials/widgets/pager.html" %}
{% endwith %}
{# Package action form #}
{# Package action form: persists query parameters. #}
<form id="pkglist-results-form"
action="/packages/?{{ q | urlencode }}"
method="post">
action="/packages?{{ q | urlencode }}" method="post"
>
{# Search results #}
{% with voted = packages_voted, notified = packages_notified %}
{% include "partials/packages/search_results.html" %}