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

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

{% csrf_token %} {% if error_msg %}
{{error_msg}}
{% endif %}
{% endblock body %} {% block coffee %} require(['pip/login'], function() { }); {% endblock coffee %}