2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Login / Logout views

Information found here - https://simpleisbetterthancomplex.com/tutorial/2016/06/27/how-to-use-djangos-built-in-login-system.html
This commit is contained in:
Oliver
2018-05-08 23:00:27 +10:00
parent fdf35bd741
commit 47aa3c8a45
4 changed files with 24 additions and 6 deletions

View File

@ -50,7 +50,7 @@
{% endblock %}
{% block js_load %}
{{ block.super }}
<script type='text/javacript' src="{% static script/inventree/stock.js' %}"></script>
<script type='text/javacript' src="{% static 'script/inventree/stock.js' %}"></script>
{% endblock %}
{% block js_ready %}
{{ block.super }}