Fixup global replace mess

This commit is contained in:
Vojtěch Sajdl
2018-01-18 22:59:34 +01:00
parent 696b205b68
commit 7d4bb9af2e
9 changed files with 27 additions and 27 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" require_onced>
<input class="form-control" name="email" id="email" placeholder="<?php echo _("Email");?>" type="email" required>
<span class="input-group-btn">
<button type="submit" class="btn btn-success pull-right"><?php echo _("Submit request");?></button>
</span>