diff --git a/courses/templates/subject/index.html b/courses/templates/subject/index.html index 8ce22a4..b582425 100644 --- a/courses/templates/subject/index.html +++ b/courses/templates/subject/index.html @@ -57,17 +57,17 @@
-

Professor: {{subject.professors}}

+

{% trans "Professor" %}: {{subject.professors}}

- Description: + {% trans "Description" %}: {{subject.description|linebreaks}}

-

Begining: {{subject.init_date}}

+

{% trans "Beginning" %}: {{subject.init_date}}

-

End: {{subject.end_date}}

+

{% trans "End" %}: {{subject.end_date}}

-- libgit2 0.21.2