From 935c7850be29c1c64c98c39b34593eed414bb0cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 08:10:29 +0200 Subject: [PATCH] Publish the profile in the Sone. --- src/main/resources/templates/insert/sone.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 0bb35b0..5f72f18 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -3,4 +3,10 @@ <% currentSone.name|html> + + <% currentSone.profile.firstName|html> + <% currentSone.profile.middleName|html> + <% currentSone.profile.lastName|html> + + -- 2.7.4