diff --git a/cas_server/templates/cas_server/warn.html b/cas_server/templates/cas_server/warn.html index 88b566d..4067e83 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 %}