From 0c05adf5759e660e04d0aced68c388a37f69c6a1 Mon Sep 17 00:00:00 2001 From: Daniel Kimsey Date: Fri, 20 Jan 2012 09:37:22 -0500 Subject: Changing mytemplate.pt to a .pt_tmpl for starter --- .../starter/+package+/templates/mytemplate.pt | 76 ---------------------- .../starter/+package+/templates/mytemplate.pt_tmpl | 76 ++++++++++++++++++++++ 2 files changed, 76 insertions(+), 76 deletions(-) delete mode 100644 pyramid/scaffolds/starter/+package+/templates/mytemplate.pt create mode 100644 pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt deleted file mode 100644 index 0bfac946e..000000000 --- a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt +++ /dev/null @@ -1,76 +0,0 @@ - - - - The Pyramid Web Application Development Framework - - - - - - - - - - -
-
-
-
pyramid
-
-
-
-
-

- Welcome to ${project}, an application generated by
- the Pyramid web application development framework. -

-
-
-
-
-
-

Search documentation

-
- - -
-
- -
-
-
- - - diff --git a/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl new file mode 100644 index 000000000..0bfac946e --- /dev/null +++ b/pyramid/scaffolds/starter/+package+/templates/mytemplate.pt_tmpl @@ -0,0 +1,76 @@ + + + + The Pyramid Web Application Development Framework + + + + + + + + + + +
+
+
+
pyramid
+
+
+
+
+

+ Welcome to ${project}, an application generated by
+ the Pyramid web application development framework. +

+
+
+
+
+
+

Search documentation

+
+ + +
+
+ +
+
+
+ + + -- cgit v1.2.3 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