From 015dbc082ce60ba6d465f39e52eb9eb0adee1214 Mon Sep 17 00:00:00 2001 From: Daniel Kimsey Date: Fri, 20 Jan 2012 09:38:00 -0500 Subject: Hard-coded /static references now use request.static_url --- pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl index 0bfac946e..8d85ed991 100644 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -5,19 +5,19 @@ - - + +
-
pyramid
+
pyramid
-- cgit v1.2.3