{% extends "cas_server/base.html" %} {% load bootstrap3 %} {% load staticfiles %} {% load i18n %} {% block bootstrap3_extra_head %} {% endblock %} {% block bootstrap3_content %}
{% bootstrap_messages %} {% bootstrap_button _('Connect to the service') size='lg' button_class="btn-primary btn-block" href=service_ticket_url %}
{% endblock %}