Transifex

This commit is contained in:
Ariel Rin
2021-10-26 08:45:37 +00:00
parent f0ec16be4e
commit 4aae85a70f
25 changed files with 2003 additions and 1236 deletions

View File

@@ -2,7 +2,7 @@
<tr>
<td class="text-center">Discord</td>
<td class="text-center">{% translate "Discord" %}</td>
<td class="text-center">
{% if not user_has_account %}
(not activated)

View File

@@ -1,11 +1,12 @@
{% extends "admin/change_list.html" %}
{% load i18n static %}
{% load static %}
{% load i18n %}
{% block object-tools-items %}
{{ block.super }}
<li>
<a href="{% url 'teamspeak3:admin_update_ts3_groups' %}" class="btn btn-high">
Update TS3 groups
{% translate "Update TS3 groups" %}
</a>
</li>
{% endblock %}