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

12 lines
191 B
HTML

{% extends "authentic2/base-page.html" %}
{% block content %}
<div id="login-blocks">
{% for name, content in methods %}
<div>{{ content|safe }}</div>
{% endfor %}
</div>
{% endblock %}