save instead of edit

This commit is contained in:
Dietrich 2021-02-08 19:38:36 +01:00
parent 258a05e83d
commit 0297aafbff
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C

View File

@ -15,7 +15,7 @@
<label for="password">Passwort:</label> <label for="password">Passwort:</label>
<input type="password" name="password" placeholder="Leer lassen um nichts zu ändern"> <input type="password" name="password" placeholder="Leer lassen um nichts zu ändern">
</div> </div>
<input type="submit" value="Editieren"> <input type="submit" value="Speichern">
</form> </form>
<h2>&nbsp;</h2> <h2>&nbsp;</h2>
{% endblock %} {% endblock %}