mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'pu_packages_action_post' into pu
This commit is contained in:
commit
210d92e382
3 changed files with 94 additions and 7 deletions
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue