aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2011-05-03 20:04:55 +0200
committerJoar Wandborg <git@wandborg.com>2011-05-03 20:04:55 +0200
commit1b46208f3e6daa773ed0ac2b7c811db68b8b3123 (patch)
tree7b44d7cced588ddd58ac795e9b778bcad7055b4d /mediagoblin/templates
parent65f24846540052ec58174296190578a3323cac12 (diff)
parent9610848c298fff67da83abd495a44be86dd4eea3 (diff)
downloadmediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.tar.lz
mediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.tar.xz
mediagoblin-1b46208f3e6daa773ed0ac2b7c811db68b8b3123.zip
Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 01c68258..71c2e550 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -18,8 +18,8 @@
<html>
<head>
<title>{% block title %}MediaGoblin{% endblock title %}</title>
- {# <link rel="stylesheet" type="text/css"
- href="{{ request.staticdirect('/css/base.css') }}"/> #}
+ <link rel="stylesheet" type="text/css"
+ href="{{ request.staticdirect('/css/base.css') }}"/>
</head>
<body>