mirror of
https://github.com/writefreely/writefreely
synced 2025-02-17 16:28:23 +00:00
Remove Admin link from header on Account Settings page
This commit is contained in:
parent
3a915ad8ea
commit
820c5ae557
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ h3 { font-weight: normal; }
|
|||
{{if .Silenced}}
|
||||
{{template "user-silenced"}}
|
||||
{{end}}
|
||||
<h1>{{if .IsLogOut}}Before you go...{{else}}Account Settings {{if .IsAdmin}}<a href="/admin">admin settings</a>{{end}}{{end}}</h1>
|
||||
<h1>{{if .IsLogOut}}Before you go...{{else}}Account Settings{{end}}</h1>
|
||||
{{if .Flashes}}<ul class="errors">
|
||||
{{range .Flashes}}<li class="urgent">{{.}}</li>{{end}}
|
||||
</ul>{{end}}
|
||||
|
|
Loading…
Add table
Reference in a new issue