diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2024-09-05 18:26:22 +0200 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2024-09-05 18:26:22 +0200 |
| commit | be9d1e3652a86a960477409ce61fd329bf8d22ed (patch) | |
| tree | 92b036d66583ed6e9925a3c12f2fecf008f294a9 /templates/admin/users.html | |
| parent | 635b5da0768d912a7ddf8a3f1ddc6bb8f8865a45 (diff) | |
| download | docspace-rootprefix.tar.gz | |
Support path prefixrootprefix
Diffstat (limited to 'templates/admin/users.html')
| -rw-r--r-- | templates/admin/users.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/users.html b/templates/admin/users.html index 9aedf44..56561f2 100644 --- a/templates/admin/users.html +++ b/templates/admin/users.html @@ -5,7 +5,7 @@ <ul> {{range .Data.Users}} <li> - id: {{.Id}}, user: <a href="/?user={{.Username}}">{{.Username}}</a>, email: <a href="mailto:{{.Email}}">{{.Email}}</a> pass: {{.Pass}} + id: {{.Id}}, user: <a href="{{$.ROOT}}/?user={{.Username}}">{{.Username}}</a>, email: <a href="mailto:{{.Email}}">{{.Email}}</a> pass: {{.Pass}} </li> {{end}} </ul> |
