mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fixed template lookup for new eve_api location
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
{% for acc in user.eveaccount_set.all %}
|
{% for acc in user.eveaccount_set.all %}
|
||||||
<tr><th colspan=2>Account {{ acc.api_user_id }}</th></tr>
|
<tr><th colspan=2>Account {{ acc.api_user_id }}</th></tr>
|
||||||
{% for char in acc.characters.all %}
|
{% for char in acc.characters.all %}
|
||||||
<tr><td><a href="{% url sso.views.characters char.id %}">{{ char.name }}</a></td>
|
<tr><td><a href="{% url eve_api.views.eveapi_character char.id %}">{{ char.name }}</a></td>
|
||||||
<td>{{ char.corporation }}</td>
|
<td>{{ char.corporation }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user