diff --git a/allianceauth/hrapplications/admin.py b/allianceauth/hrapplications/admin.py
index 538d3ffa..f1075da7 100644
--- a/allianceauth/hrapplications/admin.py
+++ b/allianceauth/hrapplications/admin.py
@@ -13,7 +13,7 @@ class ChoiceInline(admin.TabularInline):
@admin.register(ApplicationQuestion)
class QuestionAdmin(admin.ModelAdmin):
fieldsets = [
- (None, {'fields': ['title', 'help_text', 'multi_select']}),
+ (None, {'fields': ['title', 'help_text', 'multi_select']}),
]
inlines = [ChoiceInline]
diff --git a/allianceauth/hrapplications/templates/hrapplications/management.html b/allianceauth/hrapplications/templates/hrapplications/management.html
index f7016c4d..b67127ea 100644
--- a/allianceauth/hrapplications/templates/hrapplications/management.html
+++ b/allianceauth/hrapplications/templates/hrapplications/management.html
@@ -43,7 +43,7 @@
{% if personal_app.approved == None %}
{% translate "Pending" %}
- {% elif personal_app.approved == True %}
+ {% elif personal_app.approved == True %}
{% translate "Approved" %}
{% else %}
{% translate "Rejected" %}
@@ -135,7 +135,7 @@
{% else %}
{% translate "Pending" %}
{% endif %}
- {% elif app.approved == True %}
+ {% elif app.approved == True %}
{% translate "Approved" %}
{% else %}
{% translate "Rejected" %}
@@ -179,7 +179,7 @@
{% else %}
{% translate "Pending" %}
{% endif %}
- {% elif app.approved == True %}
+ {% elif app.approved == True %}
{% translate "Approved" %}
{% else %}
{% translate "Rejected" %}
diff --git a/allianceauth/hrapplications/templates/hrapplications/searchview.html b/allianceauth/hrapplications/templates/hrapplications/searchview.html
index 41077232..c6fda9cb 100644
--- a/allianceauth/hrapplications/templates/hrapplications/searchview.html
+++ b/allianceauth/hrapplications/templates/hrapplications/searchview.html
@@ -45,7 +45,7 @@
|
{% if app.approved == None %}
{% translate "Pending" %}
- {% elif app.approved == True %}
+ {% elif app.approved == True %}
{% translate "Approved" %}
{% else %}
{% translate "Rejected" %}
diff --git a/allianceauth/menu/templates/menu/sortable-side-menu.html b/allianceauth/menu/templates/menu/sortable-side-menu.html
index 8da4b3d8..25d07c79 100644
--- a/allianceauth/menu/templates/menu/sortable-side-menu.html
+++ b/allianceauth/menu/templates/menu/sortable-side-menu.html
@@ -7,7 +7,7 @@
{% if user.is_authenticated %}
- |