mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
Added Creator and timestamps
This commit is contained in:
parent
c5b384b9a2
commit
c0e98035d7
@ -25,7 +25,9 @@
|
||||
<th class="text-center">Signature Type</th>
|
||||
<th class="text-center">Status</th>
|
||||
<th class="text-center">Notes</th>
|
||||
<th class="text-center">Post Time</th>
|
||||
{% if perms.auth.signature_management %}
|
||||
<th class="text-center">Creator</th>
|
||||
<th class="text-center">Action</th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
@ -41,10 +43,9 @@
|
||||
<td style="width:150px" class="text-center">{{ sigt.sigtype }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.status }}</td>
|
||||
<td style="width:150px" class="text-center">{{ sigt.notes }}</td>
|
||||
|
||||
|
||||
|
||||
<td style="width:150px" class="text-center">{{ sigt.post_time}}</td>
|
||||
{% if perms.auth.signature_management %}
|
||||
<td style="width:150px" class="text-center">{{ sigt.eve_character }}</td>
|
||||
<td class="text-center">
|
||||
<a href="/remove_signature/{{ sigt.id }}">
|
||||
<button type="button" class="btn btn-danger"><span
|
||||
|
Loading…
x
Reference in New Issue
Block a user