X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=69f647d90ad37a6e9a168b9db6406b183107695e;hp=1f12d9076750b6432b4691a6d9901e2dfc972980;hb=33f333b35a73d3d4a4e79f41e9dd7b342db87b1a;hpb=8ba5d1597f31ae4cf93969489a98cadfc2304971 diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 1f12d90..69f647d 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -16,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> +