From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 06:10:29 +0000 (+0200) Subject: Publish the profile in the Sone. X-Git-Tag: 0.1-RC1~438 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=935c7850be29c1c64c98c39b34593eed414bb0cb;hp=b9f8c58fa8c241ad15afc5c519bda3cefdd58240;p=Sone.git Publish the profile in the Sone. --- 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> + +