From 91961fca910acf5d7916e85e5ed435ab1d249fc8 Mon Sep 17 00:00:00 2001 From: Nagy Akos Date: Mon, 17 Aug 2020 12:25:04 +0300 Subject: [PATCH] add custom.html for login page customization --- seahub/templates/registration/login.html | 1 + 1 file changed, 1 insertion(+) diff --git a/seahub/templates/registration/login.html b/seahub/templates/registration/login.html index 2aa2287d78..7308b1d220 100644 --- a/seahub/templates/registration/login.html +++ b/seahub/templates/registration/login.html @@ -94,6 +94,7 @@ html, body, #wrapper { height:100%; } {% endblock %} {% block extra_script %} +{% include "registration/custom.html" %}