@@ -6,6 +6,7 @@
<thead>
<tr>
<th>Name</th>
+ <th>Alt</th>
<th>Discord</th>
<th>Rival Regions</th>
<th>Code</th>
@@ -15,6 +16,7 @@
{% for user in users %}
<td>{{ user.name }}</td>
+ <td>{{ user.alt }}</td>
<td>{{ user.discord }}</td>
<td>{% if user.game_id %}<a href="{{ user.game_url() }}" target="_blank">{{ user.game_id }}</a>{% endif %}</td>
<td>{{ code.get_digest(user.id) }}</td>