diff --git a/seahub/templates/decrypt_repo_form.html b/seahub/templates/decrypt_repo_form.html index 4a85b984f4..93edf932c3 100644 --- a/seahub/templates/decrypt_repo_form.html +++ b/seahub/templates/decrypt_repo_form.html @@ -1,21 +1,66 @@ {% extends "base.html" %} {% load i18n %} +{% block extra_base_style %}{% endblock %} +{% block extra_style %} + + + +{% endblock %} + +{% block header_right %} +{# removed the content on the top right corner #} +{% endblock %} + {% block main_panel %} -
-

{{repo.name}}

-

{% trans "This library is encrypted. Please input the password if you want to browse it online. And the password will be kept on the server for only 1 hour." %}

-
- - - -

+
+
+

{{repo.name}}

+
+
+

{% trans "This library is encrypted. Please input the password if you want to browse it online. And the password will be kept on the server for only 1 hour." %}

+ +
+ + +
+ +

+
{% endblock %} {% block extra_script %}