Explorar o código

[login] Do not hardcode the splash screen background

Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
03d9045195
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/templates/login.mako

+ 1 - 1
desktop/core/src/desktop/templates/login.mako

@@ -161,7 +161,7 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   </form>
 
   % if CUSTOM.LOGIN_SPLASH_HTML.get():
-  <div class="alert alert-info" id="login-splash">
+  <div id="login-splash">
     ${ CUSTOM.LOGIN_SPLASH_HTML.get() | n,unicode }
   </div>
   % endif