mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 17:16:22 +01:00
Localisation & German translation updates (#701)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% load i18n %}
|
||||
{% load eveonline_extras %}
|
||||
|
||||
{% block title %}Alliance Auth - View Application{% endblock %}
|
||||
{% block title %}Alliance Auth - {% trans "View Application" %}{% endblock %}
|
||||
{% block page_title %}{% trans "View Application" %}{% endblock page_title %}
|
||||
{% block extra_css %}{% endblock extra_css %}
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
|
||||
href="#collapseThree" aria-expanded="false"
|
||||
aria-controls="collapseThree">
|
||||
Comments - {{ comments|length }}
|
||||
{% blocktrans %}Comments - {{ comments|length }}{% endblocktrans %}
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user