diff --git a/courses/templates/course/index.html b/courses/templates/course/index.html index ad3ff00..7f8dc43 100644 --- a/courses/templates/course/index.html +++ b/courses/templates/course/index.html @@ -66,40 +66,32 @@ {% endif %}
Course Name: {{ course.name }}
-Duration (in semesters): 09
-Coordinator: {{course.professors}}
-- Description: - - {% if couse.description %} - {{course.description|linebreaks}} - {% else %} - {% trans 'No description' %} - {% endif %} - -
- - - - View Course -Course Name: {{ course.name }}
-Duration (in semesters): 09
-Coordinator: {{course.professors}}
-- Description: - - {% if couse.description %} - {{course.description|linebreaks}} - {% else %} - {% trans 'No description' %} - {% endif %} - -
- - - - View Course -