@@ -126,9 +126,9 @@
|
- {% trans 'Name' %} |
- {% trans 'Corp' %} |
- {% trans 'Alliance' %} |
+ {% translate 'Name' %} |
+ {% translate 'Corp' %} |
+ {% translate 'Alliance' %} |
diff --git a/allianceauth/authentication/templates/public/register.html b/allianceauth/authentication/templates/public/register.html
index 99572f3f..685e37e3 100644
--- a/allianceauth/authentication/templates/public/register.html
+++ b/allianceauth/authentication/templates/public/register.html
@@ -19,7 +19,7 @@
diff --git a/allianceauth/authentication/templates/registration/activate.html b/allianceauth/authentication/templates/registration/activate.html
index c5635df5..b5b9bfc1 100644
--- a/allianceauth/authentication/templates/registration/activate.html
+++ b/allianceauth/authentication/templates/registration/activate.html
@@ -1,5 +1,5 @@
{% extends 'public/middle_box.html' %}
{% load i18n %}
{% block middle_box_content %}
- {% trans 'Invalid or expired activation link.' %}
+ {% translate 'Invalid or expired activation link.' %}
{% endblock %}
diff --git a/allianceauth/authentication/templates/registration/password_reset_email.html b/allianceauth/authentication/templates/registration/password_reset_email.html
index 6d66e74f..79d19b0e 100644
--- a/allianceauth/authentication/templates/registration/password_reset_email.html
+++ b/allianceauth/authentication/templates/registration/password_reset_email.html
@@ -2,13 +2,13 @@
{% blocktrans trimmed %}You're receiving this email because you requested a password reset for your
user account.{% endblocktrans %}
- {% trans "Please go to the following page and choose a new password:" %}
+ {% translate "Please go to the following page and choose a new password:" %}
{% block reset_link %}
{{domain}}{% url 'password_reset_confirm' uidb64=uid token=token %}
{% endblock %}
- {% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}
+ {% translate "Your username, in case you've forgotten:" %} {{ user.get_username }}
- {% trans "Thanks for using our site!" %}
+ {% translate "Thanks for using our site!" %}
{% blocktrans %}Your IT Team{% endblocktrans %}
diff --git a/allianceauth/authentication/templates/registration/registration_form.html b/allianceauth/authentication/templates/registration/registration_form.html
index 12dbe6d2..4ff43e41 100644
--- a/allianceauth/authentication/templates/registration/registration_form.html
+++ b/allianceauth/authentication/templates/registration/registration_form.html
@@ -8,7 +8,7 @@
{% csrf_token %}
{{ form|bootstrap }}
-
+
{% endblock %}
diff --git a/allianceauth/corputils/templates/corputils/base.html b/allianceauth/corputils/templates/corputils/base.html
index d23bd86e..17300d94 100644
--- a/allianceauth/corputils/templates/corputils/base.html
+++ b/allianceauth/corputils/templates/corputils/base.html
@@ -1,15 +1,15 @@
{% extends 'allianceauth/base.html' %}
{% load i18n %}
-{% block page_title %}{% trans "Corporation Member Data" %}{% endblock %}
+{% block page_title %}{% translate "Corporation Member Data" %}{% endblock %}
{% block content %}
-
+