Ajout de Quill et avancé du dev

This commit is contained in:
Ambulance Clerc
2023-06-01 13:58:45 +02:00
parent b5d76a71a9
commit 99be4cc5b6
15 changed files with 207 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
{{ form.media }}
</head>
<body>
test
<form action="" method="POST">{% csrf_token %}
{{ form.sText }}
</form>
{{ obj.sText }}
</body>
</html>