You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
324 B
HTML
14 lines
324 B
HTML
{% extends "form_sso.html" %}
|
|
|
|
{% block title %}
|
|
{% trans %}Sign in{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block subtitle %}
|
|
{% if endpoint == 'ui.index' %}
|
|
{% trans %}to access the configuration page{% endtrans %}
|
|
{% elif endpoint == 'ui.webmail' %}
|
|
{% trans %}to access the webmail page{% endtrans %}
|
|
{% endif %}
|
|
{% endblock %}
|