Fix the API Add template

This commit is contained in:
2011-09-07 11:32:23 +01:00
parent ed6b69f7b2
commit 2d549f587f

View File

@@ -7,9 +7,9 @@
{% block content %}
{% ifswitch eve-cak %}
<p>Please fill in your API key as provided on the <a href="http://eve-online.com/api">EVE Online API page</a> and a optional description.</p>
{% else %}
<p>Please fill in your API key details and a optional description. You can create a API key on the <a href="https://support.eveonline.com/api/Key/CreatePredefined/59638024/0/false">API support site</a></p>
{% else %}
<p>Please fill in your API key as provided on the <a href="http://eve-online.com/api">EVE Online API page</a> and a optional description.</p>
{% endifswitch %}
<form action="{% url eve_api.views.eveapi_add %}" method="post">