aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/create_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/create_user.html')
-rw-r--r--template/html/create_user.html18
1 files changed, 1 insertions, 17 deletions
diff --git a/template/html/create_user.html b/template/html/create_user.html
index 7672d09..a038f23 100644
--- a/template/html/create_user.html
+++ b/template/html/create_user.html
@@ -3,23 +3,7 @@
{{ define "content"}}
<section class="page-header">
<h1>{{ t "page.new_user.title" }}</h1>
- <ul>
- <li>
- <a href="{{ route "settings" }}">{{ t "menu.settings" }}</a>
- </li>
- <li>
- <a href="{{ route "integrations" }}">{{ t "menu.integrations" }}</a>
- </li>
- <li>
- <a href="{{ route "sessions" }}">{{ t "menu.sessions" }}</a>
- </li>
- <li>
- <a href="{{ route "users" }}">{{ t "menu.users" }}</a>
- </li>
- <li>
- <a href="{{ route "about" }}">{{ t "menu.about" }}</a>
- </li>
- </ul>
+ {{ template "settings_menu" dict "user" .user }}
</section>
<form action="{{ route "saveUser" }}" method="post" autocomplete="off">