structure for adding items
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user