diff rhodecode/templates/register.html @ 1049:4aae6bb81005 beta

changed all urls for CSS files to use pylons url function
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 Feb 2011 18:37:56 +0100
parents 2e026e3053ae
children cabe887a9829
line wrap: on
line diff
--- a/rhodecode/templates/register.html	Tue Feb 15 18:33:58 2011 +0100
+++ b/rhodecode/templates/register.html	Tue Feb 15 18:37:56 2011 +0100
@@ -8,7 +8,7 @@
         <meta name="robots" content="index, nofollow"/>
             
         <!-- stylesheets -->
-        <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" />
+        <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
 
     </head>
     <body>