Use "post" method for the error page Reload button

This allows us to retain "get" parameters in the address.
This commit is contained in:
André Stösel 2010-03-13 15:05:40 +01:00 committed by Christian Dywan
parent 283005e217
commit 597dde083b

View file

@ -68,7 +68,7 @@ description {
<h1>{title}</h1>
<p id="message">{message}</p>
<p id="description">{description}</p>
<form onsubmit="location.reload()">
<form onsubmit="location.reload()" method="post">
<button>
<img src="{stock}/gtk-refresh"/>
<span>{tryagain}</span>