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

My Lab

Remove lab request

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

Here you can remove a request for a 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.checked %} {{ form.checked.label }}
{% endif %} {% endblock %}