Fixed template lookup for new eve_api location

This commit is contained in:
2011-01-13 16:30:35 +00:00
parent 0aa29b031e
commit cc6b3db449

View File

@@ -67,7 +67,7 @@
{% for acc in user.eveaccount_set.all %}
<tr><th colspan=2>Account {{ acc.api_user_id }}</th></tr>
{% 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>
</tr>
{% endfor %}