move 'apply to join' button

pull/134/head
Aevann 2023-02-24 09:04:16 +02:00
parent 6d5de82a09
commit 9b5f584e79
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
<th>#</th> <th>#</th>
<th>Name</th> <th>Name</th>
<th>Members</th> <th>Members</th>
<th>Created on</th>
<th></th> <th></th>
<th>Created on</th>
</tr> </tr>
</thead> </thead>
@ -30,7 +30,6 @@
{% endfor %} {% endfor %}
</div> </div>
</td> </td>
<td data-time="{{group.created_utc}}"></td>
<td> <td>
{% if v.id in group.applied_ids %} {% if v.id in group.applied_ids %}
<a class="btn btn-primary" href="/!{{group.name}}/applications">Application pending</a> <a class="btn btn-primary" href="/!{{group.name}}/applications">Application pending</a>
@ -43,6 +42,7 @@
<a class="btn btn-primary" href="/!{{group.name}}/applications">Applications</a> <a class="btn btn-primary" href="/!{{group.name}}/applications">Applications</a>
{% endif %} {% endif %}
</td> </td>
<td data-time="{{group.created_utc}}"></td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>