diff --git a/templates/accounts/add_student.html b/templates/accounts/add_student.html index 450fb39..851a9ad 100644 --- a/templates/accounts/add_student.html +++ b/templates/accounts/add_student.html @@ -35,7 +35,7 @@ -
{% trans 'Others' %}
{% trans 'Personal Info' %}
+{% trans 'Personal Info' %}
{% trans 'First Name:' %} {{ user.first_name|title }}
{% trans 'Last Name:' %} {{ user.last_name|title }}
@@ -80,7 +80,7 @@{% trans 'Applicant Info' %}
+{% trans 'Applicant Info' %}
{% trans 'School:' %} {% trans 'Hawas Preparatory School' %}
{% trans 'Level:' %} {{ level.level }}
@@ -88,7 +88,7 @@ {% endif %}{% trans 'Contact Info' %}
+{% trans 'Contact Info' %}
{% trans 'Email:' %} {{ user.email }}
{% trans 'Tel No.:' %} {{ user.phone }}
@@ -96,7 +96,7 @@{% trans 'Important Dates' %}
+{% trans 'Important Dates' %}
{% trans 'Last login:' %} {{ user.last_login }}
{% if current_semester and current_session %} diff --git a/templates/accounts/profile_single.html b/templates/accounts/profile_single.html index 2eadf99..c60762b 100644 --- a/templates/accounts/profile_single.html +++ b/templates/accounts/profile_single.html @@ -85,7 +85,7 @@{% trans 'Personal Info' %}
+{% trans 'Personal Info' %}
{% trans 'First Name' %}: {{ user.first_name|title }}
{% trans 'Last Name' %}: {{ user.last_name|title }}
@@ -93,7 +93,7 @@{% trans 'Applicant Info' %}
+{% trans 'Applicant Info' %}
{% trans 'School' %}: Unity College
{% trans 'Level' %}: {{ level.level }}
@@ -102,7 +102,7 @@ {% endif %}{% trans 'Contact Info' %}
+{% trans 'Contact Info' %}
{% trans 'Email' %}: {{ user.email }}
{% trans 'Tel No.' %}: {{ user.phone }}
@@ -110,7 +110,7 @@{% trans 'Important Dates' %}
+{% trans 'Important Dates' %}
{% trans 'Last login' %}: {{ user.last_login }}
{% if current_semester and current_session %} diff --git a/templates/accounts/student_list.html b/templates/accounts/student_list.html index 72f04ef..a22dbc3 100644 --- a/templates/accounts/student_list.html +++ b/templates/accounts/student_list.html @@ -58,9 +58,9 @@