aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/settings/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/settings/profile.tmpl')
-rw-r--r--templates/user/settings/profile.tmpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/user/settings/profile.tmpl b/templates/user/settings/profile.tmpl
index 7ef9a955a7..92fbf5814c 100644
--- a/templates/user/settings/profile.tmpl
+++ b/templates/user/settings/profile.tmpl
@@ -1,8 +1,5 @@
-{{template "base/head" .}}
-<div role="main" aria-label="{{.Title}}" class="page-content user settings profile">
- {{template "user/settings/navbar" .}}
- <div class="ui container">
- {{template "base/alert" .}}
+{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings profile")}}
+ <div class="user-setting-content">
<h4 class="ui top attached header">
{{.locale.Tr "settings.public_profile"}}
</h4>
@@ -133,5 +130,4 @@
</form>
</div>
</div>
-</div>
-{{template "base/footer" .}}
+{{template "user/settings/layout_footer" .}}