aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-01 13:41:16 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-01 13:41:16 +0100
commit45b5adefbf70d881bfe9bb3ae8234f6840c7e49a (patch)
tree447b2767682c751d88d5423d50f2fd1559fc2754 /templates/base.html
parentddd0072e70dade6bdbecc3123989150ad046556e (diff)
downloadcircles-45b5adefbf70d881bfe9bb3ae8234f6840c7e49a.tar.gz
circles-45b5adefbf70d881bfe9bb3ae8234f6840c7e49a.zip
black background; legend; links
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 1a3935f..7f07a77 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,7 @@
<title>flask app template</title>
<!-- <link href="/static/css/default.css" rel="stylesheet"> -->
<style type="text/css">
- <!-- local style here -->
+ {% block style %}{% endblock %}
</style>
</head>
<body>