work on registration form
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<a href="/">Home</a>
|
||||
<a href="/history">My Files</a>
|
||||
<a href="/api">API Documentation</a>
|
||||
<a href="/user">Account</a>
|
||||
<a href="/user">{{if .Authenticated}}{{.Username}}{{else}}Account{{end}}</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="expandNavigation()">☰</a>
|
||||
<script>
|
||||
function expandNavigation() {
|
||||
|
Reference in New Issue
Block a user