neuer stand
This commit is contained in:
8
inventorysystem/templates/list_oes.html
Normal file
8
inventorysystem/templates/list_oes.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>OEs</h1>
|
||||
|
||||
{% for id,name in dbresult %}
|
||||
<a href=/inventory/{{ id }}>{{name}}</a>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user