diff --git a/templates/course/course_allocation_form.html b/templates/course/course_allocation_form.html index 34adba1..a1a6a1d 100644 --- a/templates/course/course_allocation_form.html +++ b/templates/course/course_allocation_form.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends 'base.html' %} +{% load i18n %} {% block title %}{{ title }} | {% trans 'Learning management system' %}{% endblock title %} {% load crispy_forms_tags %} {% load static %} @@ -14,19 +14,7 @@ -{% if messages %} - {% for message in messages %} - {% if message.tags == 'error' %} -
{% trans 'Course Allocation Form' %}