diff --git a/allianceauth/srp/templates/srp/data.html b/allianceauth/srp/templates/srp/data.html index 79add9bb..9d6cb122 100644 --- a/allianceauth/srp/templates/srp/data.html +++ b/allianceauth/srp/templates/srp/data.html @@ -61,7 +61,7 @@ {% endif %} - + {% if srpfleetrequests %}
{% csrf_token %} @@ -104,7 +104,13 @@ ESC to cancel{% endblocktrans %}"id="blah"> {% for srpfleetrequest in srpfleetrequests %} - {{ srpfleetrequest.character.character_name }} + + {% if srpfleetrequest.character.alliance.alliance_ticker %} + {{ srpfleetrequest.character.alliance.alliance_ticker }} + {% endif %} + [{{ srpfleetrequest.character.corporation.corporation_ticker }}] + {{ srpfleetrequest.character.character_name }} + Link @@ -136,7 +142,7 @@ ESC to cancel{% endblocktrans %}"id="blah"> - + {% endif %} @@ -205,7 +211,7 @@ ESC to cancel{% endblocktrans %}"id="blah"> var $next = $(this).closest('tr').next().find('.editable'); setTimeout(function() { $next.editable('show'); - }, 400); + }, 400); } }); }); @@ -248,4 +254,4 @@ ESC to cancel{% endblocktrans %}"id="blah"> }); }); -{% endblock extra_script %} \ No newline at end of file +{% endblock extra_script %}