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

My Lab

Upload instructions

{% if success and success is True %}
Instructions successfully uploaded.
Back to MyLab
{% else %}

Here you can upload new instructions for labs for which you are either tutor or examiner. Only PDFs are accepted.


{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% render_field form.experiment class+="form-select" v-model="experiment" %}

Previous versions:
Version Date Uploader File Size
Loading...
No instructions found
[[ i.version ]] [[ i.date ]] [[ i.author ]] [[ i.filename ]] [[ i.filesize ]] KiB

{% render_field form.instructions class+="form-control" accept=".pdf" %} {% for error in form.instructions.errors %}
{{ error|escape }}
{% endfor %}

{% endif %} {% endblock %}