{% extends "mylab/base.html" %} {% load widget_tweaks %} {% load static %} {% block breadcrumb %} {% endblock %} {% block breadcrumb-mobile %} {% endblock %} {% block mylab_content %}

My Lab

Remove lab appointment

{% if success and success is True %}
Appointment successfully removed.
Back to MyLab
{% else %}

Here you can remove an existing lab appointment. Please check carefully that you selected the correct one by examining the name of the experiment, the date, and the list of participating students. When you have done that, you can tick the checkbox and click the button to remove the appointment.

Please not that this action can not be undone!


{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

{% render_field form.send_email %}

{% render_field form.checked %} {{ form.checked.label }}
{% endif %} {% endblock %}