From 61d2d575c2db551006caa3e1639826c14a2b99d3 Mon Sep 17 00:00:00 2001 From: Pavel Bier Date: Fri, 15 Mar 2013 13:04:13 +0100 Subject: [PATCH 1/3] basePath added --- app/PostBundle/components/Posts/forms/PostForm.latte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/PostBundle/components/Posts/forms/PostForm.latte b/app/PostBundle/components/Posts/forms/PostForm.latte index 4ada330..c482628 100644 --- a/app/PostBundle/components/Posts/forms/PostForm.latte +++ b/app/PostBundle/components/Posts/forms/PostForm.latte @@ -1,4 +1,4 @@ - + {form $form} {control $form errors} @@ -80,4 +80,4 @@ // Everything is all setup, so load! editor.load(); - \ No newline at end of file + From 8558f5e727d53b77f565966e75e4f82df2493146 Mon Sep 17 00:00:00 2001 From: Pavel Bier Date: Fri, 15 Mar 2013 13:08:07 +0100 Subject: [PATCH 2/3] fix basePath in BackModule layout --- app/AppBundle/BackModule/templates/@layout.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppBundle/BackModule/templates/@layout.latte b/app/AppBundle/BackModule/templates/@layout.latte index 9fc55a4..df8ef7f 100644 --- a/app/AppBundle/BackModule/templates/@layout.latte +++ b/app/AppBundle/BackModule/templates/@layout.latte @@ -23,7 +23,7 @@
From 71f9b723ff003450cb33bd9aecd6b8ecaf0c3370 Mon Sep 17 00:00:00 2001 From: Pavel Bier Date: Fri, 15 Mar 2013 13:08:36 +0100 Subject: [PATCH 3/3] fix basePath in FrontModule layout --- app/AppBundle/FrontModule/templates/@layout.latte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppBundle/FrontModule/templates/@layout.latte b/app/AppBundle/FrontModule/templates/@layout.latte index bf7fa3e..c3f370a 100644 --- a/app/AppBundle/FrontModule/templates/@layout.latte +++ b/app/AppBundle/FrontModule/templates/@layout.latte @@ -19,7 +19,7 @@