diff rhodecode/templates/login.html @ 1050:cabe887a9829 beta

removed obsolete _static flag from url, and fixed urls in webhelpers
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 Feb 2011 18:52:08 +0100
parents 4aae6bb81005
children 90eadff2c2a8
line wrap: on
line diff
--- a/rhodecode/templates/login.html	Tue Feb 15 18:37:56 2011 +0100
+++ b/rhodecode/templates/login.html	Tue Feb 15 18:52:08 2011 +0100
@@ -8,7 +8,7 @@
         <meta name="robots" content="index, nofollow"/>
             
         <!-- stylesheets -->
-        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
+        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css')}" media="screen" />
 
     </head>
     <body>