Ajout de Quill et avancé du dev
This commit is contained in:
15
carnet_rouge/templates/form_view.html
Normal file
15
carnet_rouge/templates/form_view.html
Normal 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>
|
||||
Reference in New Issue
Block a user