Switch to url_for :)
This commit is contained in:
parent
1c5db9ab80
commit
9e5de5538f
10 changed files with 11 additions and 11 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue