Browse Source

[login] Hide bottom link in modal

Romain Rigaux 4 years ago
parent
commit
1e7da42034
1 changed files with 3 additions and 4 deletions
  1. 3 4
      desktop/core/src/desktop/templates/login.mako

+ 3 - 4
desktop/core/src/desktop/templates/login.mako

@@ -55,7 +55,9 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
     ${ csrf_token(request) | n,unicode }
     ${ csrf_token(request) | n,unicode }
 
 
     <div class="logo">
     <div class="logo">
-      <svg style="height: 80px; width: 200px;"><use xlink:href="#hi-logo"></use></svg>
+      <a href="https://gethue.com">
+        <svg style="height: 80px; width: 200px;"><use xlink:href="#hi-logo"></use></svg>
+      </a>
     </div>
     </div>
 
 
     <h3>Query. Explore. Repeat.</h3>
     <h3>Query. Explore. Repeat.</h3>
@@ -170,9 +172,6 @@ ${ commonheader(_("Welcome to Hue"), "login", user, request, "50px", True, True)
   % if CUSTOM.LOGO_SVG.get():
   % if CUSTOM.LOGO_SVG.get():
     ${ _('Powered by') } <img src="${ static('desktop/art/hue-login-logo.png') }" width="40" style="vertical-align: middle"  alt="${ _('Hue logo') }"> -
     ${ _('Powered by') } <img src="${ static('desktop/art/hue-login-logo.png') }" width="40" style="vertical-align: middle"  alt="${ _('Hue logo') }"> -
   % endif
   % endif
-    <a href="https://gethue.com">
-      gethue.com
-    </a>
   </trademark-banner>
   </trademark-banner>
 </div>
 </div>