increase margin

pull/222/head
Aevann 2024-02-14 11:55:27 +02:00
parent 6155727da1
commit 95020d01eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<input autocomplete="off" class="form-control" id="passentry" type="password" minlength="8" maxlength="100" name="password" required>
<label for="confentry" class="mt-3">Confirm New Password</label>
<input autocomplete="off" class="form-control" id="confentry" type="password" minlength="8" maxlength="100" name="confirm_password" required>
<input autocomplete="off" class="btn btn-primary login w-100 mt-3" type="submit" value="Change password">
<input autocomplete="off" class="btn btn-primary login w-100 mt-4" type="submit" value="Change password">
</form>
</div>
{% endblock %}