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
6220f455
Verified
Commit
6220f455
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite template.
parent
2aacff98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aleksis/apps/untis/templates/untis/untis_import.html
+16
-17
16 additions, 17 deletions
aleksis/apps/untis/templates/untis/untis_import.html
with
16 additions
and
17 deletions
aleksis/apps/untis/templates/untis/untis_import.html
+
16
−
17
View file @
6220f455
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 i18n static %}
{%
b
lo
ck bootstrap4_title %}{% blocktrans %}Import Untis data{% endblocktrans %} - {{ block.super }}{% endblock
%}
{% lo
ad material_form i18n
%}
{% block page_title %}Import Untis data{% endblock %}
{% block page_title %}{% blocktrans %}Import Untis data{% endblocktrans %}{% endblock %}
{% block content %}
<div
class=
"jumbotron"
>
<p
class=
"lead"
>
{% blocktrans %}
Untis provides a function for exporting all data as an XML file.
{% endblocktrans %}
</p>
<div
class=
"alert alert-danger"
role=
"alert"
>
<span
class=
"mdi mdi-alert"
></span>
<p
class=
"lead"
>
{% blocktrans %}
Untis provides a function for exporting all data as an XML file.
{% endblocktrans %}
</p>
<div
class=
"alert error"
>
<p>
<i
class=
"material-icons left"
>
error
</i>
{% blocktrans %}
Newly imported data will be valid as of tomorrow.
{% endblocktrans %}
...
...
@@ -30,15 +31,13 @@
{% blocktrans %}
Teachers, rooms, subjects and classes and periods will be updated in place.
{% endblocktrans %}
</
div
>
</
p
>
</div>
<form
method=
"post"
enctype=
"multipart/form-data"
>
{% csrf_token %}
{% bootstrap_form upload_form %}
<button
type=
"submit"
class=
"btn btn-dark"
>
{% blocktrans %}Process{% endblocktrans %}
</button>
{% form form=upload_form %}{% endform %}
{% include "core/save_button.html" %}
</form>
{% endblock %}
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