{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Se connecter

{% include "components/errors.html" %} {% if integrations.mlc() %} Login with Major League Cyber
{% endif %} {% with form = Forms.auth.LoginForm() %}
{{ form.name.label }} {{ form.name(class="form-control", value=name) }}
{{ form.password.label }} {{ form.password(class="form-control", value=password) }}
{{ form.submit(class="btn btn-md btn-primary btn-outlined float-right") }}
{{ form.nonce() }}
{% endwith %}
{% endblock %} {% block scripts %} {% endblock %}