{% extends "base.html" %} {% load staticfiles %} {% block content %}
{% if next %} {% if user.is_authenticated %}

Your account doesn't have access to this page. To proceed, please login with an account that has access.

{% endif %} {% endif %}
Connect to the knowledge base
{% csrf_token %} {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %} {{ form.username }} {{ form.password }}

Don't have an account ? Register here

{# Assumes you setup the password_reset view in your URLconf #}

Lost password?

or login using another authentification provider

{% csrf_token %}
{% endblock %}