structure for adding items

This commit is contained in:
2022-10-06 01:34:31 +02:00
parent c6dc363c68
commit 8092e8b6bb
3 changed files with 96 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>Inventar</h1>
<h2>{{oe_name}}</h2>
<h2>{{oe.name}}</h2>
<table>
<tr>
@@ -20,4 +20,6 @@
</table>
<a href={{url_for("new_inventory", oe=oe.id)}}>Neuer Eintrag</a>
{% endblock %}