Browse Source

add 'quicklist' section to /user/edit.html template.

stable
Craig Oates 1 year ago
parent
commit
9d19cdcea9
  1. 19
      templates/user/edit.html

19
templates/user/edit.html

@ -2,7 +2,24 @@
{% block title%}Edit your accout settings.{%endblock%}
{% block content %}
<div class="be-main">
<h2>Edit Account</h2>
<h1>Edit Account</h1>
<div class="be-quicklist">
<a class="be-gui-link"
title="Click to view your dashboard"
href="/dashboard">
<img alt="View Dashboard"
src="/images/icons/dashboard.png">
View Dashboard
</a>
<a class="be-gui-link"
title="Click to view all accounts"
href="/users">
<img alt="Manage Accounts"
src="/images/icons/all-accounts.png">
Manage Accounts
</a>
</div>
<form class="be-gui-form"
action="/user/edit/display-name"

Loading…
Cancel
Save