X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=b947dc4f2d30c167d88738dde5c508b79de5d22f;hb=2c5b76a2fbce16ef33f079a3de9ae9fc9a9d30b8;hp=229ac42021b5f320e0b63f764e0ac6a9a008e3d1;hpb=bf6da11210fb439f2cdc8fcb8755589d04b4db3b;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 229ac42..b947dc4 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -1,14 +1,15 @@ - <% currentSone.id> - <% currentSone.name|xml> <% currentSone.profile.firstName|xml> <% currentSone.profile.middleName|xml> <% currentSone.profile.lastName|xml> + <% currentSone.profile.birthDay|xml> + <% currentSone.profile.birthMonth|xml> + <% currentSone.profile.birthYear|xml> @@ -44,14 +45,4 @@ <%/foreach> - - <%foreach knownSones sone> - - <% sone.id|xml> - <% sone.requestUri|xml> - <% sone.name|xml> - - <%/foreach> - -