aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-12-05 00:24:32 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-12-05 00:24:32 -0500
commit2b743110d7d4bbf3f037ab15ef65d73e502c6a28 (patch)
tree5a6b92b1aa072c282772e0d8515621b3f5ee2479 /templates
parent4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1 (diff)
downloadfamille-flask-2b743110d7d4bbf3f037ab15ef65d73e502c6a28.tar.gz
Use Cosmo theme
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index efaa7af..9b1180d 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'bootstrap-flat.min.css') }}" />
+ <link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'bootstrap-cosmo.min.css') }}" />
<link rel="stylesheet" media="screen" type="text/css" href="{{ url_for('static', filename = 'main.css') }}" />
<link rel="alternate" type="application/rss+xml" title="Les actualités" href='rss.xml' />
</head>