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.
lesechos/theme-authentic2/templates/authentic2/login.html

18 lines
351 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n gadjo authentic2 %}
{% block title %}
{% trans "Log in" %}
{% endblock %}
{% block extra_scripts %}
{% endblock %}
{% block content %}
<div id="a2-login-forms">
{% for id, login_block in blocks.iteritems %}
{{ login_block.content|safe }}
{% endfor %}
</div>
{% endblock %}