forked from rDrama/rDrama
1
0
Fork 0

Add exile time to sub exiles listing.

master
Snakes 2022-09-24 14:18:00 -04:00
parent 0a05562f8c
commit 6fceaf0e6f
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
<th>#</th> <th>#</th>
<th>Name</th> <th>Name</th>
<th>Exiled by</th> <th>Exiled by</th>
<th>On</th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
@ -24,6 +25,7 @@
{% include "user_in_table.html" %} {% include "user_in_table.html" %}
{% endwith %} {% endwith %}
</td> </td>
<td {% if exile.created_utc %}data-time="{{exile.created_utc}}"{% endif %}></td>
<td> <td>
{% if v.mods(sub.name) %} {% if v.mods(sub.name) %}
<form action="/h/{{sub}}/unexile/{{user.id}}" method="post"> <form action="/h/{{sub}}/unexile/{{user.id}}" method="post">