summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2012-10-05 19:57:41 +0200
committerSebastian Reichel <sre@ring0.de>2012-10-05 19:57:41 +0200
commita206d0e663cb21814fce05d21a864fa348e79d0f (patch)
treeb53f9481f0d3b48560e6258959e42b78edf1fb79 /templates
parent98f7f401e46a03fb23d96140a4b22813144cf125 (diff)
downloadserial-barcode-scanner-a206d0e663cb21814fce05d21a864fa348e79d0f.tar.bz2
fix superuser row in user profile
Diffstat (limited to 'templates')
-rw-r--r--templates/users/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users/entry.html b/templates/users/entry.html
index 21490ab..b92b686 100644
--- a/templates/users/entry.html
+++ b/templates/users/entry.html
@@ -11,7 +11,7 @@
<th>City</th><td>{{{CITY}}}</td></tr>
<tr><th colspan="2">Administrative Information</th></tr>
<th>Disabled</th><td>{{{DISABLED}}}</td></tr>
- <th>Superuser</th><td>{{{SUPERUSER}}}</td></tr>
+ <th>Superuser</th><td>{{{ISSUPERUSER}}}</td></tr>
</table>
</p>