htman: korrigiere Frontpage-Formular fuer fehlenden abschliessenden Slash
This commit is contained in:
parent
b8bce3c740
commit
2e471734eb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-6 col-md-4 col-sm-offset-3 col-md-offset-4">
|
||||
<form name="show_htpasswd" action="manage" method="POST">
|
||||
<form name="show_htpasswd" action="${base_url}/manage" method="POST">
|
||||
<div class="form-group">
|
||||
<label for="name">Wiki:</label>
|
||||
<input type="text" name="zone" id="name" class="form-control"/>
|
||||
|
|
Loading…
Reference in a new issue