django-editorjs-fields icon indicating copy to clipboard operation
django-editorjs-fields copied to clipboard

No CSS or JS on front

Open fspeter opened this issue 3 years ago • 1 comments

Hello, I'm trying to use your super field :-) But i have a prob on the front, when i want to display content of the editojs_field My index.html content the same as exemple, but no css or js loaded, is it normal ? The tag{% load editorjs %}must do the work no ? Thanks a lot for your work

fspeter avatar Sep 28 '22 19:09 fspeter

this example should work https://github.com/2ik/django-editorjs-fields/tree/dev/example

tag {% load editorjs %} is required

2ik avatar Sep 29 '22 10:09 2ik