authentic2-auth-kerberos/src/authentic2_auth_kerberos/templates/authentic2_auth_kerberos/login.html

12 lines
318 B
HTML

{% load i18n %}
<div>
{% include "django_kerberos/autologin.html" %}
<form method="post">
{% csrf_token %}
<input type="submit" name="{{ submit_name }}" value="{% trans "Login" %}"/>
{% if cancel %}
<input type="submit" name="cancel" value="{% trans 'Cancel' %}"/>
{% endif %}
</form>
</div>