mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Mumble uses alliance ticker for BLUES (#479)
* Mumble uses alliance ticker for BLUES * Move alliance ticker section for blues * Fixed Reviewer translated link
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<td class="text-center">
|
||||
{% if app.approved_denied == None %}
|
||||
{% if app.reviewer_str %}
|
||||
<div class="label label-info">{% trans "Reviewer: {{ app.reviewer_str }}</div>
|
||||
<div class="label label-info">{% trans "Reviewer:" %} {{ app.reviewer_str }}</div>
|
||||
{% else %}
|
||||
<div class="label label-warning">{% trans "Pending" %}</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user