Fix #14 - show installation dialog on 404 page if config not found

This commit is contained in:
Vojtěch Sajdl
2018-01-18 22:57:12 +01:00
parent fe02441c3d
commit 696b205b68
13 changed files with 106 additions and 93 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Template::render_header(_("Lost password"));
<?php if (!isset($_GET['id'])||!isset($_GET['token'])){?>
<label for="email"><?php echo _("Email");?>:</label>
<div class="input-group pull-right">
<input class="form-control" name="email" id="email" placeholder="<?php echo _("Email");?>" type="email" required>
<input class="form-control" name="email" id="email" placeholder="<?php echo _("Email");?>" type="email" require_onced>
<span class="input-group-btn">
<button type="submit" class="btn btn-success pull-right"><?php echo _("Submit request");?></button>
</span>