{% extends 'studiogdo/pip/base.html' %} {% load staticfiles %} {% block body %}

{% block h1_title %}Portail Internet Personnalisé{% endblock %}

<<<<<<< HEAD
{% csrf_token %} {% if error_msg %}
{{ error_msg }}
{% endif %}
=======
Réalisé par CoWorks
{% csrf_token %} {% if error_msg %}
{{error_msg}}
{% endif %}
>>>>>>> 91273389dc08c827a9ccf6f16419aac187437a2d
powered
{% endblock body %} {% block coffee %} require(['pip/login'], function() { }); {% endblock coffee %}