X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=189488e010d164d456c0fd60f32e8e261bd0de30;hb=043b045d6e3f3908597d789606368d0b08ef6a59;hp=918b0c1b78dd553bb75128fd932a4458f55f5ac3;hpb=bc29afc8fdd96b8c80c767148a917034c124d93e;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 918b0c1..189488e 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,7 +1,7 @@ <%include include/head.html> @@ -70,6 +77,45 @@ +

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

+ +

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

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

<%= Page.EditProfile.Fields.AddField.Title|l10n|html>

+ + <%if duplicateFieldName> +

<%= Page.EditProfile.Error.DuplicateFieldName|l10n|replace needle="{fieldName}" replacementKey="fieldName"|html>

+ <%/if> + +
+ + + +
+
<%include include/tail.html>