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 +
+
+

+ + + + + + ${F_('Back')} + +

+
+
+ + +