{% extends "base.html" %} {% load static %} {% load bootstrap3 %} {% load bootstrap_themes %} {% block head %} ImportHAL {% endblock %} {% block content %}

Connexion à l'Intranet


{% if user.is_authenticated %} Vous êtes connecté {{ user.username }}
Déconnexion {% else %}

Pour vous identifier, vous devez être membre du LIMOS


{% csrf_token %} {{ form.as_p }}

{{ reponse }} {% endif %} {% endblock %}