summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2014-01-03 23:04:10 -0500
committerBlaise Laflamme <blaise@laflamme.org>2014-01-03 23:04:10 -0500
commitcdbef974f30f4f4b002ad42711f0153c98cfb0f5 (patch)
tree724159623e7b1d588c14d6e0f8ac8c3d58823ede
parent2abf2d04a0fb5dd79eee76c0677b175d0310a388 (diff)
downloadpyramid-cdbef974f30f4f4b002ad42711f0153c98cfb0f5.tar.gz
pyramid-cdbef974f30f4f4b002ad42711f0153c98cfb0f5.tar.bz2
pyramid-cdbef974f30f4f4b002ad42711f0153c98cfb0f5.zip
fixed zodb template package ref
-rw-r--r--pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl (renamed from pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt)6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl
index 1c2771a0d..f64083aff 100644
--- a/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt
+++ b/pyramid/scaffolds/zodb/+package+/templates/mytemplate.pt_tmpl
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="pyramid web application">
<meta name="author" content="Pylons Project">
- <link rel="shortcut icon" href="${request.static_url('pst:static/pyramid-16x16.png')}">
+ <link rel="shortcut icon" href="${request.static_url('{{package}}:static/pyramid-16x16.png')}">
<title>Starter Template for The Pyramid Web Framework</title>
@@ -14,7 +14,7 @@
<link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
- <link href="${request.static_url('pst:static/theme.css')}" rel="stylesheet">
+ <link href="${request.static_url('{{package}}:static/theme.css')}" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container">
<div class="row">
<div class="col-md-2">
- <img class="logo img-responsive" src="${request.static_url('pst:static/pyramid.png')}" alt="pyramid web framework">
+ <img class="logo img-responsive" src="${request.static_url('{{package}}:static/pyramid.png')}" alt="pyramid web framework">
</div>
<div class="col-md-10">
<div class="content">