Convert registration and rassword reset forms to new form system
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
{{template "menu" .}}
|
||||
|
||||
<h1 class="highlight_middle border_bottom">Welcome home, {{.Username}}!</h1>
|
||||
|
||||
<!--<a href="/user/settings">Change user settings</a><br/>-->
|
||||
<h2>Actions</h2>
|
||||
<ul>
|
||||
<li><a href="/user/logout">Log out</a></li>
|
||||
<li><a href="/user/change_password">Change my password</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Your most recently uploaded files:</h2>
|
||||
<div class="highlight_dark border_top border_bottom">
|
||||
{{$files := .PixelAPI.UserFiles 0 18}}
|
||||
|
Reference in New Issue
Block a user