diff --git a/cas_server/templates/cas_server/warn.html b/cas_server/templates/cas_server/warn.html index 88b566dbd37704d10590be33cff94edbde0ae62c..4067e83a7eae18a7f99c18b00f810f258f66ce68 100644 --- a/cas_server/templates/cas_server/warn.html +++ b/cas_server/templates/cas_server/warn.html @@ -7,7 +7,7 @@
{% csrf_token %} {% bootstrap_form form %} -{% bootstrap_button _('Login') size='lg' button_type="submit" button_class="btn-primary btn-block"%} +{% bootstrap_button _('Connect to the service') size='lg' button_type="submit" button_class="btn-primary btn-block"%}
{{request.session.authenticated}} {% endblock %}