|
|
|
|
@ -16,11 +16,21 @@
|
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
|
|
|
<title>Meeting Organizer</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<body style="overflow: hidden;">
|
|
|
|
|
|
|
|
|
|
{% block pushup %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
<div id="loading" class="load_body d-none" style="width: 100%; height: 110vh; position: absolute; background-color: white; z-index: 100; margin-top: -2rem;">
|
|
|
|
|
<!-- <img src="{% static 'img/1484.gif' %}" class="gif" alt="load"> -->
|
|
|
|
|
<div class="gif">
|
|
|
|
|
<h2 style="color: black;">Daten Speichern und Senden...</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<div class="container" style="max-width: 100%;">
|
|
|
|
|
<div class="top_line row justify-content-between">
|
|
|
|
|
<div class="title col-6 text-start dropdown">
|
|
|
|
|
@ -51,11 +61,7 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="load_body">
|
|
|
|
|
<div class="progress">
|
|
|
|
|
<div class="color"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|