Skip to content
Snippets Groups Projects
Unverified Commit 3742891b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add alert about lessons being deleted by import.

parent bad26c8c
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #} {# -*- engine:django -*- #}
{% extends "core/base.html" %} {% extends "core/base.html" %}
{% load bootstrap4 i18n static %} {% load bootstrap4 font_awesome i18n static %}
{% block page_title %}Import Untis data{% endblock %} {% block page_title %}Import Untis data{% endblock %}
...@@ -11,6 +11,13 @@ ...@@ -11,6 +11,13 @@
Untis provides a function for exporting all data as an XML file. Untis provides a function for exporting all data as an XML file.
{% endblocktrans %} {% endblocktrans %}
</p> </p>
<div class="alert alert-danger" role="alert">
{% fa 'exclamation-triangle' %}
{% blocktrans %}
All lesson data will be overwritten by the import. Teachers, rooms,
classes and periods will be updated in place.
{% endblocktrans %}
</div>
</div> </div>
<form method="post" enctype="multipart/form-data"> <form method="post" enctype="multipart/form-data">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment