X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=8a1b7d781a4d25b7b1eeabd201ba84a4a100e1e2;hb=d53a79eeb9531a08173431ce2ba19156eeca4a0c;hp=35ef68dbe93f126bc52a45ac4cb9529a746c784e;hpb=96eb2d28670ac016c053203bbd64aaed0ac14873;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 35ef68d..8a1b7d7 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,7 +1,14 @@ <%include include/head.html> @@ -78,19 +189,22 @@

<%= Page.EditProfile.Fields.Description|l10n|html>

<%foreach fields field fieldLoop> -
-
<% field.key|html>
-
-
-
-
-
+
+
<% field.name|html>
+ +
+
+
+
+
- <%/foreach> -
- -
+ <%if fieldLoop.last> +
+ +
+ <%/if> + <%/foreach>