1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00

add custom.html for login page customization

This commit is contained in:
Nagy Akos
2020-08-17 12:25:04 +03:00
parent 0afbc39c4a
commit 91961fca91

View File

@@ -94,6 +94,7 @@ html, body, #wrapper { height:100%; }
{% endblock %}
{% block extra_script %}
{% include "registration/custom.html" %}
<script type="text/javascript">
$('.login-panel-outer-container').prepend($($('#logo').html()).attr({'height': 40}).addClass('login-panel-logo'));
$('.login-panel-bottom-container').append($('#lang').removeClass('fright'));