X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=af926658708b8b12cf1f8c35bee6f733c952c089;hb=861afcbbf8614375bf1359cdd80047686e93c2cc;hp=4c3c5b82fb2285f40a7fbcfd0c87dd613836f0e1;hpb=67b673e281bf9a08b104e1d07be4e7ea9090e973;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 4c3c5b8..af92665 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,8 +1,45 @@ -
+<%include include/head.html>

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

<%= Page.EditProfile.Page.Description|l10n|html>
<%= Page.EditProfile.Page.Hint.Optionality|l10n|html>
-
+ <%if changed> +
<%= Page.EditProfile.Page.Status.Changed|l10n|html>
+ <%/if> + +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ +

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

+ +
<%= Page.EditProfile.Backup.Description|l10n|html>
+ +
+ + +
+ +<%include include/tail.html>