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
Raw Normal View History

2015-07-07 10:44:59 +02:00
{% 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 %}