diff --git a/templates/guest.html b/templates/guest.html index 9cc282f..2e80f62 100644 --- a/templates/guest.html +++ b/templates/guest.html @@ -4,96 +4,77 @@ {% block title_extra %} — {{ _('guest_title') }}{% endblock %} {% block content %} -
-
-

{{ _('guest_title') }}

-

{{ _('guest_subtitle') }}

-
+
+ {% if need_password %} -
-
{{ icon('lock') }}
-

{{ _('guest_protected_desc') }}

- -
-
- -
-
{% else %} -
+
{% if allow_create %} -
- -
- {{ _('guest_get_config_hint') }} -
+
{% endif %} -
-
-

{{ _('loading_share_conns') }}

+ - - {% endif %}