This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
montpellier-themes/templates/authentic2/login.html

32 lines
634 B
HTML
Raw Normal View History

{% extends "authentic2/base-page.html" %}
2014-11-04 14:30:17 +01:00
{% load i18n %}
{% load staticfiles %}
{% block extra-body-class %}narrow-page{% endblock %}
2014-11-04 14:30:17 +01:00
{% block content %}
<h2 class="single-title">Compte citoyen</h2>
2014-11-04 14:30:17 +01:00
<div id="welcome">
<h3>Connexion</h3>
2014-11-04 14:30:17 +01:00
<div class="right">
{% for name, content in methods %}
{{ content|safe }}
{% endfor %}
</div>
{% if MSP %}
2015-04-17 18:33:06 +02:00
{% block extra_styles %}
<link rel="stylesheet" type="text/css" href="{% static "authentic2_auth_msp/css/screen.msp.css" %}" />
{% endblock %}
2014-11-04 14:30:17 +01:00
{% with tpl='msp/connecting.html' %}
{% include tpl with popup=1 %}
{% endwith %}
{% endif %}
<br class="clear"/>
{% endblock %}