aktueller stand
This commit is contained in:
13
inventorysystem/templates/delete_inventory.html
Normal file
13
inventorysystem/templates/delete_inventory.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user