X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=69f647d90ad37a6e9a168b9db6406b183107695e;hb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;hp=a2c6c09b67a592fb168f3f7dedf6d070bf019d72;hpb=eb33b3c9209b22b1b772060afe6cd0a383bf0e78;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index a2c6c09..69f647d 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -2,6 +2,7 @@ + 0 Sone @@ -15,6 +16,14 @@ <% currentSone.profile.birthDay|xml> <% currentSone.profile.birthMonth|xml> <% currentSone.profile.birthYear|xml> + + <%foreach currentSone.profile.fields field> + + <% field.name|xml> + <% field.value|xml> + + <%/foreach> +