diff options
Diffstat (limited to 'templates/mirrors/index.html')
-rw-r--r-- | templates/mirrors/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/index.html b/templates/mirrors/index.html index 55c172d..f386ea4 100644 --- a/templates/mirrors/index.html +++ b/templates/mirrors/index.html @@ -13,7 +13,7 @@ Simply replace the contents of <code>/etc/pacman.d/mirrorlist</code> with the generated code.</p> - <form id="list-generator" method="post" action=".">{% csrf_token %} + <form id="list-generator" method="post">{% csrf_token %} {{ mirrorlist_form.as_p }} <p><label></label> <input type="submit" value="Generate List" /></p> </form> |