comparison 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
comparison
equal deleted inserted replaced
1048:ab09064ba7cf 1049:4aae6bb81005
6 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 6 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7 <link rel="icon" href="/images/hgicon.png" type="image/png" /> 7 <link rel="icon" href="/images/hgicon.png" type="image/png" />
8 <meta name="robots" content="index, nofollow"/> 8 <meta name="robots" content="index, nofollow"/>
9 9
10 <!-- stylesheets --> 10 <!-- stylesheets -->
11 <link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" /> 11 <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css',_static=True)}" media="screen" />
12 12
13 </head> 13 </head>
14 <body> 14 <body>
15 <div id="register"> 15 <div id="register">
16 16