mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
Fix translation tags
This commit is contained in:
parent
f6ea9e0236
commit
c0b1523f39
@ -25,8 +25,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
href="https://community.eveonline.com/support/api-key/CreatePredefined?accessMask={{MEMBER_API_MASK}}">{% trans "Create
|
href="https://community.eveonline.com/support/api-key/CreatePredefined?accessMask={{MEMBER_API_MASK}}">{% trans "Create a full API key" %}</a>
|
||||||
a full API key" %}</a>
|
|
||||||
</p>
|
</p>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
{% blocktrans %}Blue API keys require access mask {{BLUE_API_MASK}} or greater for services.{% endblocktrans %}
|
{% blocktrans %}Blue API keys require access mask {{BLUE_API_MASK}} or greater for services.{% endblocktrans %}
|
||||||
@ -38,8 +37,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
href="https://community.eveonline.com/support/api-key/CreatePredefined?accessMask={{BLUE_API_MASK}}">{% trans "Create
|
href="https://community.eveonline.com/support/api-key/CreatePredefined?accessMask={{BLUE_API_MASK}}">{% trans "Create a blue key" %}</a>
|
||||||
a blue key" %}</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form class="form-signin" role="form" action="{% url 'auth_add_api_key' %}" method="POST">
|
<form class="form-signin" role="form" action="{% url 'auth_add_api_key' %}" method="POST">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user