admin: Add registration time to dashboard table

Does this because "last_login" isn't actually set when people log in. It
should be fixed for next year.
This commit is contained in:
Cara Salter 2023-01-06 14:18:09 -05:00
parent de8277c970
commit 05b70dcaa7
No known key found for this signature in database
GPG key ID: 90C66610C82B29CA

View file

@ -254,7 +254,7 @@
<td id="{{ hacker['id'] }}-waitlisted">{{ hacker['waitlisted'] }}</td>
<td>{{ hacker.is_admin }}</td>
<td>{{ hacker['id'] }}</td>
<td>{{ hacker['registration_time'] }}</td>
<td>{{ hacker['last_login'] }}</td>
<td>{{ hacker['email'] }}</td>
<td>{{ hacker['first_name'] + ' ' + hacker['last_name'] }}</td>
<td>{{ hacker['phone'] }}</td>