summaryrefslogtreecommitdiffstats
path: root/templates/users/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/users/entry.html')
-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>