Add who the application is applying to

This commit is contained in:
2011-01-17 11:33:34 +00:00
parent 17dfe8c2a6
commit 70c7594d5e

View File

@@ -12,6 +12,7 @@
<ul>
<li>Applying Auth User: <a href="{% url sso.views.user_view app.user %}">{{ app.user }}</a></li>
<li>Applying Character: {{ app.character }} <button type="button" onclick="CCPEVE.showInfo('1377//{{ app.character.id }}')">Show In Eve</button></li>
<li>Applying To: {{ app.corporation }}</li>
<li>Application Status: <b>{{ app.get_status_display }}</b></li>
<li>Blacklist Status: <b>{% if app.blacklisted %}<font color='red'>BLACKLISTED</font>{% else %}<font color='geen'>OK</font>{% endif %}</b></li>
</ul>