summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-09-29 15:51:13 +0200
committerMarian Sigler <m@qjym.de>2012-09-29 15:51:13 +0200
commite4a333b19b539e5340ba6bd53f82531fd1bb8e68 (patch)
tree6f980a7025b46031912dac8b0a792fbd4f535dd4 /templates
parent0f616d52b6a63632efe733e73b146e8fae05b005 (diff)
parentbf63617665d53081f3c57965a0c3dcada81a6b19 (diff)
downloadweb-e4a333b19b539e5340ba6bd53f82531fd1bb8e68.tar.gz
web-e4a333b19b539e5340ba6bd53f82531fd1bb8e68.tar.bz2
web-e4a333b19b539e5340ba6bd53f82531fd1bb8e68.zip
Merge branch 'master' of ssh://git.spline.de/account-web
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 475e837..d30fb4a 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -8,7 +8,7 @@
<script type="text/javascript" src="{{ url_for('static', filename=script) }}"></script>
{%- endfor %}
{%- for style in styles %}
- <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.1') }}">
+ <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename=style, version='0.2') }}">
{%- endfor %}
</head>
<body>