From 7d22edfcaf45fd733fe4374e720c831793a998cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 11:20:35 +0200 Subject: [PATCH] Store all posts in the Sone. --- src/main/resources/templates/insert/sone.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 5f72f18..b6668d6 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -9,4 +9,13 @@ <% currentSone.profile.lastName|html> + + <%foreach posts post> + + + <% post.text|html> + + <%/foreach> + + -- 2.7.4