POST should be lowercase these days
This commit is contained in:
parent
85c831bcbf
commit
52cb63655a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<h1>$title</h1>
|
||||
<h2>$pass</h2>
|
||||
<form action="$baseurl/install" method="POST">
|
||||
<form action="$baseurl/install" method="post">
|
||||
<table>
|
||||
{{ for $checks as $check }}
|
||||
<tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}off{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>
|
||||
|
|
Loading…
Reference in a new issue