summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/users/entry.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/users/entry.html b/templates/users/entry.html
index 9ff0239..c690957 100644
--- a/templates/users/entry.html
+++ b/templates/users/entry.html
@@ -26,6 +26,7 @@
<tr><th>Auth Products</th><td>{{{HAS_AUTH_PRODUCTS}}}</td></tr>
<tr><th>Auth Cashbox</th><td>{{{HAS_AUTH_CASHBOX}}}</td></tr>
<tr><th>Auth Users</th><td>{{{HAS_AUTH_USERS}}}</td></tr>
+ <tr><th>Invoices</th><td><a href="./{{{UID}}}/invoice">Show</a></td></tr>
<tr><th rowspan="3">Password</th><td><input name="password1" placeholder="New Password" type="password" /></td></tr>
<tr><td><input name="password2" placeholder="New Password (again)" type="password" /></td></tr>
<tr><td><input type="submit" value="Change Password" /></td></tr>