Added Creator and timestamps

This commit is contained in:
Mr McClain 2016-01-17 22:50:14 -06:00
parent c5b384b9a2
commit c0e98035d7

View File

@ -23,28 +23,29 @@
<th class="text-center">System</th> <th class="text-center">System</th>
<th class="text-center">Destination</th> <th class="text-center">Destination</th>
<th class="text-center">Signature Type</th> <th class="text-center">Signature Type</th>
<th class="text-center">Status</th> <th class="text-center">Status</th>
<th class="text-center">Notes</th> <th class="text-center">Notes</th>
{% if perms.auth.signature_management %} <th class="text-center">Post Time</th>
<th class="text-center">Action</th> {% if perms.auth.signature_management %}
<th class="text-center">Creator</th>
<th class="text-center">Action</th>
{% endif %} {% endif %}
</tr> </tr>
{% for sigt in sigtracker %} {% for sigt in sigtracker %}
<tr> <tr>
<td style="width:150px" class="text-center">{{ sigt.ident }}</td> <td style="width:150px" class="text-center">{{ sigt.ident }}</td>
<td class="text-center"> <td class="text-center">
<a href="http://evemaps.dotlan.net/system/{{ sigt.system }}">{{ sigt.system }}</a> <a href="http://evemaps.dotlan.net/system/{{ sigt.system }}">{{ sigt.system }}</a>
</td> </td>
<td style="width:150px" class="text-center">{{ sigt.destination }}</td> <td style="width:150px" class="text-center">{{ sigt.destination }}</td>
<td style="width:150px" class="text-center">{{ sigt.sigtype }}</td> <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.status }}</td>
<td style="width:150px" class="text-center">{{ sigt.notes }}</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 %} {% if perms.auth.signature_management %}
<td style="width:150px" class="text-center">{{ sigt.eve_character }}</td>
<td class="text-center"> <td class="text-center">
<a href="/remove_signature/{{ sigt.id }}"> <a href="/remove_signature/{{ sigt.id }}">
<button type="button" class="btn btn-danger"><span <button type="button" class="btn btn-danger"><span