mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-31 17:11:34 +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:
7
InvenTree/templates/registration/logout.html
Normal file
7
InvenTree/templates/registration/logout.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h4>Logout</h4>
|
||||
<p>You have been logged out</p>
|
||||
<p>Click <a href="{% url 'login' %}">here</a> to log in</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user