Switch to url_for :)

This commit is contained in:
Armin Ronacher 2010-05-16 14:33:32 +02:00
parent 1c5db9ab80
commit 9e5de5538f
10 changed files with 11 additions and 11 deletions

View file

@ -8,7 +8,7 @@ body, html {
}
body {
background: url(/static/ship.png) no-repeat center right;
background: url({{ url_for('.static', filename='ship.png') }}) no-repeat center right;
}
body:after {
@ -18,7 +18,7 @@ body:after {
top: 0;
bottom: 0;
width: 30px;
background: url(/static/mask.png) repeat-y left;
background: url({{ url_for('.static', filename='mask.png') }}) repeat-y left;
}
a { color: #004B6B; }