Skip to content

Commit 66e386e

Browse files
committed
background image code in css changed
1 parent bd1a2ae commit 66e386e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconbalkan/core/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body {
2424
/* Full height */
2525
height: 100%;
2626
/* Center and scale the image nicely */
27-
background: url("{% static img/background.jpg %}") no-repeat no-repeat center center fixed;
27+
background: url('/static/img/background.jpg') no-repeat no-repeat center center fixed;
2828
-webkit-background-size: cover;
2929
-moz-background-size: cover;
3030
-o-background-size: cover;

0 commit comments

Comments
 (0)