{% extends "course/course-base.html" %} {% block content %}

Event validity check

{% if invalid_datespecs %} The following events were found in course content that are not present in the database:

Unrecognized events were found.

Check the "Calendar" functions in the instructor menu to add the missing labels.

{% else %}
No unrecognized events were found.
{% endif %} {% endblock %}