cas-eleves/customize_cas/templates/cas_server/warn.html
2020-03-24 15:38:16 +01:00

11 lines
290 B
HTML

{% extends "cas_server/base.html" %}
{% load static %}
{% load i18n %}
{% block content %}
<form class="form-signin" method="post">
{% csrf_token %}
{% include "cas_server/form.html" %}
<button type="submit">{% trans "Connect to the service" %}</button>
</form>
{% endblock %}