Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Untis
Commits
3742891b
Unverified
Commit
3742891b
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add alert about lessons being deleted by import.
parent
bad26c8c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biscuit/apps/untis/templates/untis/untis_import.html
+8
-1
8 additions, 1 deletion
biscuit/apps/untis/templates/untis/untis_import.html
with
8 additions
and
1 deletion
biscuit/apps/untis/templates/untis/untis_import.html
+
8
−
1
View file @
3742891b
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 i18n static %}
{% load bootstrap4
font_awesome
i18n static %}
{% block page_title %}Import Untis data{% endblock %}
...
...
@@ -11,6 +11,13 @@
Untis provides a function for exporting all data as an XML file.
{% endblocktrans %}
</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>
<form
method=
"post"
enctype=
"multipart/form-data"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment