{% extends "site_base.html" %} {% load bootstrap_tags %} {% load compress %} {% load i18n %} {% load static %} {% block head_title %}{% trans "Tutorial Comment" %}{% endblock %} {% block body_id %}tutorial_message{% endblock %} {% block page_title %}{% trans "Tutorial Comment" %}{% endblock %} {% block body %}

{% trans "Back to presentation details" %}

{% trans "Leave class note" %}

{% trans "Class notes are visible to both instructor(s) and attendees" %}

{% csrf_token %}
{{ form|as_bootstrap }}
{% endblock body %}