mirror of
https://github.com/tiyn/container-critique.git
synced 2025-10-09 17:47:46 +02:00
src: rich text editor added
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user