JoostSijm 6 år sedan
förälder
incheckning
e486a6ecd4
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      app/modules/vote/templates/vote/codes.j2

+ 2 - 0
app/modules/vote/templates/vote/codes.j2

@@ -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 %}
             <tr>
                 <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>