1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-11 01:17:02 +00:00
This commit is contained in:
akoscomp 2025-04-23 11:33:04 +07:00 committed by GitHub
commit aacbc8c803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions
seahub/templates/registration

View File

@ -124,6 +124,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').addClass('px-2'));