浏览代码

Display alts

JoostSijm 6 年之前
父节点
当前提交
e486a6ecd4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/modules/vote/templates/vote/codes.j2

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

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