+ Implemented inventarization
+ minor translation fixes
This commit is contained in:
parent
e0b98dabce
commit
5877b83424
10 changed files with 121 additions and 185 deletions
8
invsystem/user_manager/templates/object_adder/error.html
Normal file
8
invsystem/user_manager/templates/object_adder/error.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends 'bases/navbar.html' %}
|
||||
<html>
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<p class="red">{{ error }}</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue