Adjust static links in base template for cookbook/style.css, etc. master
authorW. Trevor King <wking@drexel.edu>
Fri, 5 Aug 2011 17:15:33 +0000 (13:15 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 5 Aug 2011 17:15:33 +0000 (13:15 -0400)
cookbook/templates/cookbook/base.html

index 5e0b6f8e0e2d3c2b4f58a508361f8a6df5ac2222..e549331b54f73bc3f0ef68f88917ab0352590944 100644 (file)
@@ -1,8 +1,8 @@
 <html>
 <head>
     <title>{% block title %}Cookbook{% endblock %}</title>
-    <link rel="stylesheet" href="{{ STATIC_URL }}style.css" />
-    <link rel="shortcut icon" href="{{ STATIC_URL }}cookbook.ico" />
+    <link rel="stylesheet" href="{{ STATIC_URL }}cookbook/style.css" />
+    <link rel="shortcut icon" href="{{ STATIC_URL }}cookbook/cookbook.ico" />
 </head>
 
 <body>