created object adder app
This commit is contained in:
parent
8e855e0748
commit
594712650c
15 changed files with 71 additions and 4 deletions
12
invsystem/user_manager/templates/object_adder/index.html
Normal file
12
invsystem/user_manager/templates/object_adder/index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{% extends 'bases/navbar.html' %}
|
||||
<html>
|
||||
{% block content%}
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<p>On this page objects can be added.</p>
|
||||
</div>
|
||||
</body>
|
||||
{% endblock %}
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue