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

@ -25,7 +25,9 @@
<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>
<th class="text-center">Post Time</th>
{% if perms.auth.signature_management %} {% if perms.auth.signature_management %}
<th class="text-center">Creator</th>
<th class="text-center">Action</th> <th class="text-center">Action</th>
{% endif %} {% endif %}
</tr> </tr>
@ -41,10 +43,9 @@
<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