From 5e096f74266ab4e21d70760ad832b780a2192e39 Mon Sep 17 00:00:00 2001 From: Andrew Mleczko Date: Fri, 17 Jun 2011 14:54:25 +0200 Subject: [PATCH] add missing templates --- pyramidapp/pyramidapp/templates/foolisting.pt | 16 ++++++++++++++ pyramidapp/pyramidapp/templates/fooshow.pt | 22 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 pyramidapp/pyramidapp/templates/foolisting.pt create mode 100644 pyramidapp/pyramidapp/templates/fooshow.pt diff --git a/pyramidapp/pyramidapp/templates/foolisting.pt b/pyramidapp/pyramidapp/templates/foolisting.pt new file mode 100644 index 0000000..f3feb77 --- /dev/null +++ b/pyramidapp/pyramidapp/templates/foolisting.pt @@ -0,0 +1,16 @@ + + +
+ My Foo custom template +
+ +

+ + + ${F_('New')} ${model_name} + +

+ + + diff --git a/pyramidapp/pyramidapp/templates/fooshow.pt b/pyramidapp/pyramidapp/templates/fooshow.pt new file mode 100644 index 0000000..e8cc200 --- /dev/null +++ b/pyramidapp/pyramidapp/templates/fooshow.pt @@ -0,0 +1,22 @@ + + +
+ Custom Foo view +
+ +
+ + +