aktueller stand

This commit is contained in:
2022-10-06 13:36:57 +02:00
parent 8092e8b6bb
commit 7f5503dfcc
4 changed files with 87 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{% extends "base.html" %}
{% block content %}
<h1>Inventareintrag löschen</h1>
{% for key,value in dbresult %}
{{key}}: {{value}} <br>
{% endfor %}
<form method=post>
<input type=submit value=Löschen>
</form>
{% endblock %}