added user management system

This commit is contained in:
Clemens-Dautermann 2018-12-18 18:24:41 +01:00
parent 0b31a83f83
commit 8e855e0748
16 changed files with 446 additions and 3 deletions

View file

@ -0,0 +1,15 @@
{% extends 'bases/navbar.html' %}
{% load static %}
{% block content %}
<div class="container">
<p>Logged out!</p>
<a href="{% url 'login'%}">Click here to login again.</a>
</div>
</body>
{% endblock %}
</html>