src: rich text editor added

This commit is contained in:
2022-07-31 01:12:43 +02:00
parent 2d25888ee3
commit 2a09b0bc86
6 changed files with 31 additions and 11 deletions

View File

@@ -22,11 +22,14 @@
{% endfor %}
</p>
<p>
{{ form.text.label }}<br>
{{ form.text }}
{% for error in form.text.errors %}
<span style="color: red;">[{{ error }}]</span>
{% endfor %}
{{ ckeditor.load() }}
{{ ckeditor.config(name="text") }}
</p>
<p>
{{ form.rating.label }}<br>