summaryrefslogtreecommitdiff
path: root/docs/quick_tour/json/hello_world.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/json/hello_world.jinja2')
-rw-r--r--docs/quick_tour/json/hello_world.jinja24
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour/json/hello_world.jinja2 b/docs/quick_tour/json/hello_world.jinja2
index f6862e618..4fb9be074 100644
--- a/docs/quick_tour/json/hello_world.jinja2
+++ b/docs/quick_tour/json/hello_world.jinja2
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>Quick Glance</title>
- <link rel="stylesheet" href="/static/app.css"/>
+ <title>Hello World</title>
+ <link rel="stylesheet" href="{{ request.static_url('static/app.css') }}"/>
</head>
<body>
<h1>Hello {{ name }}!</h1>