mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
fixed block errors
This commit is contained in:
parent
f896971351
commit
6cecf7dbe2
@ -43,18 +43,19 @@
|
|||||||
<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>
|
<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 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
|
||||||
class="glyphicon glyphicon-remove"></span></button>
|
class="glyphicon glyphicon-remove"></span></button>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user