Moving extrahead.html -> extra_head.html because it's easier to read
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Jul 2012 03:52:22 +0000 (22:52 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 15 Jul 2012 03:52:22 +0000 (22:52 -0500)
mediagoblin/templates/mediagoblin/base.html
mediagoblin/templates/mediagoblin/extra_head.html [moved from mediagoblin/templates/mediagoblin/extrahead.html with 100% similarity]

index e083c757254b16c3f617347911c18e0f0df0d4f7..5620debd5e3770a004d440741c4eba8db667300d 100644 (file)
@@ -34,7 +34,7 @@
       <script src="{{ request.staticdirect('/js/extlib/html5shiv.js') }}"></script>
     <![endif]-->
 
-    {% include "mediagoblin/extrahead.html" %}
+    {% include "mediagoblin/extra_head.html" %}
 
     {% block mediagoblin_head %}
     {% endblock mediagoblin_head %}