From 1b3a026568c45270572bf1f225fe0b977bdf3a0a Mon Sep 17 00:00:00 2001 From: fbormann Date: Mon, 24 Oct 2016 12:30:08 -0300 Subject: [PATCH] added trans templatetags --- courses/templates/subject/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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