Skip to content
Snippets Groups Projects
Verified Commit 4f2953fb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Reformat template.

parent 433ffca1
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load bootstrap4 font_awesome i18n static %}
......@@ -7,25 +8,25 @@
{% block page_title %}Import Untis data{% 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">
{% 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 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">
{% 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">
{% csrf_token %}
{% bootstrap_form upload_form %}
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{% bootstrap_form upload_form %}
<input type="submit" value="Process" />
</form>
<input type="submit" value="Process" />
</form>
{% endblock %}
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