Commit 0ec70bee7bdd39f5e704e418f3cbc3ae76a60cba
1 parent
f9f707e8
Exists in
master
and in
5 other branches
Show text changes to template [Issue #232]
Showing
5 changed files
with
6 additions
and
6 deletions
Show diff stats
courses/templates/course/course_card.html
courses/templates/course/view.html
... | ... | @@ -97,7 +97,7 @@ |
97 | 97 | <p> |
98 | 98 | <b>{% trans 'Description' %}:</b> |
99 | 99 | <i> |
100 | - {{ course.objectivies }} | |
100 | + {{ course.objectivies |safe }} | |
101 | 101 | </i> |
102 | 102 | </p> |
103 | 103 | |
... | ... | @@ -194,7 +194,7 @@ |
194 | 194 | <p> |
195 | 195 | <b>{% trans "Description" %}: </b> |
196 | 196 | <i> |
197 | - {{subject.description}} | |
197 | + {{subject.description | safe}} | |
198 | 198 | </i> |
199 | 199 | </p> |
200 | 200 | <div class="row"> | ... | ... |
courses/templates/subject/index.html
courses/templates/subject_category/index.html