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

23 lines
374 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% load staticfiles %}
{% block extra-body-class %}narrow-page{% endblock %}
{% block content %}
<h2 class="single-title">Compte citoyen</h2>
<div id="welcome">
<h3>Connexion</h3>
<div class="right">
{% for name, content in methods %}
{{ content|safe }}
{% endfor %}
</div>
<br class="clear"/>
{% endblock %}