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

My Lab

Join the lab course

{% if success and success is True %}
You will be informed when your join request has been approved.
Back to MyLab
{% else %}

Here you can request to join the Advanced Lab Course for the {{ semester }}. You only need to join if you want to do labs in this semester. An admin will have to approve your request, before you will have access to your personal "My Lab" area, which you use to organize your labs.

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