Inventarium/invsystem/user_manager/templates/object_adder/index.html
2018-12-18 19:27:15 +01:00

12 lines
No EOL
176 B
HTML

{% extends 'bases/navbar.html' %}
<html>
{% block content%}
<body>
<div class="container">
<p>On this page objects can be added.</p>
</div>
</body>
{% endblock %}
</html>