summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2017-06-13 22:14:26 +0200
committerHolger Cremer <HolgerCremer@gmail.com>2017-06-13 22:14:26 +0200
commit54828fef6bd859234b353685dade7d6841d7dd18 (patch)
treeab2cddec3ad0396fe43c05a50230e677c6e477ca /templates
parent1643686c6260ea6e5c54f50c52bcf7e1ebb8a010 (diff)
downloadserial-barcode-scanner-54828fef6bd859234b353685dade7d6841d7dd18.tar.bz2
adds the joined_at column and support in the db/web
Diffstat (limited to 'templates')
-rw-r--r--templates/users/import.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/users/import.html b/templates/users/import.html
index a9d7ee3..1a0e6ef 100644
--- a/templates/users/import.html
+++ b/templates/users/import.html
@@ -21,7 +21,7 @@
<div style="display: {{{STEP23}}}">
<table class="table table-bordered">
<thead>
- <tr><th><i class="icon-wrench"></i></th><th>ID</th><th>Firstname</th><th>Lastname</th><th>E-Mail</th><th>Gender</th><th>Street</th><th>Postcode</th><th>City</th><th>PGP</th><th>Hidden</th><th>Disabled</th></tr>
+ <tr><th><i class="icon-wrench"></i></th><th>ID</th><th>Firstname</th><th>Lastname</th><th>E-Mail</th><th>Gender</th><th>Street</th><th>Postcode</th><th>City</th><th>PGP</th><th>Hidden</th><th>Disabled</th><th>Joined at</th></tr>
</thead>
<tbody>
{{{DATA1}}}