Use "post" method for the error page Reload button
This allows us to retain "get" parameters in the address.
This commit is contained in:
parent
283005e217
commit
597dde083b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue