diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-12-01 13:41:16 +0100 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-12-01 13:41:16 +0100 |
commit | 45b5adefbf70d881bfe9bb3ae8234f6840c7e49a (patch) | |
tree | 447b2767682c751d88d5423d50f2fd1559fc2754 /templates/base.html | |
parent | ddd0072e70dade6bdbecc3123989150ad046556e (diff) | |
download | circles-45b5adefbf70d881bfe9bb3ae8234f6840c7e49a.tar.gz circles-45b5adefbf70d881bfe9bb3ae8234f6840c7e49a.zip |
black background; legend; links
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
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> |