fixed subscription

This commit is contained in:
2026-01-23 08:13:41 +01:00
parent 7f7dff32d9
commit 1551e6aca7
10 changed files with 1638 additions and 8 deletions
+4 -1
View File
@@ -120,6 +120,7 @@ $teachers = $stmt->fetchAll(PDO::FETCH_ASSOC);
<title>Insegnanti - <?= htmlspecialchars($school_name) ?></title>
<?php include('cssinclude.php'); ?>
<link href="https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.snow.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/quill@2.0.2/dist/quill.js"></script>
<style>
.quill-wrapper {
min-height: 260px;
@@ -238,7 +239,9 @@ $teachers = $stmt->fetchAll(PDO::FETCH_ASSOC);
<div class="col-12">
<label>Descrizione</label>
<div id="quill-add-editor" style="min-height:260px;"></div>
<div class="quill-wrapper">
<div id="quill-add-editor"></div>
</div>
<input type="hidden" name="description" id="add-desc-hidden">
</div>