mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added srp program features, updated hr applications to support adding a "mark in progress"
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<th class="text-center">Pilot Name</th>
|
||||
<th class="text-center">Killboard Link</th>
|
||||
<th class="text-center">Additional Info</th>
|
||||
{% if perms.auth.timer_management %}
|
||||
{% if perms.auth.srp_management %}
|
||||
<th class="text-center">Actions</th>
|
||||
{% endif %}
|
||||
</tr>
|
||||
@@ -33,7 +33,7 @@
|
||||
target="_blank">{{ srpfleetrequest.killboard_link }}</a>
|
||||
</td>
|
||||
<td class="text-center">{{ srpfleetrequest.additional_info }}</td>
|
||||
{% if perms.auth.timer_management %}
|
||||
{% if perms.auth.srp_management %}
|
||||
<td class="text-center">
|
||||
|
||||
<a href="/srp_request_remove/{{ srpfleetrequest.id }}">
|
||||
|
||||
Reference in New Issue
Block a user