Hi All,

I'm testing on Some Quiz project, while in admin panel using Summernote
admin can see the text editor and upload and the uploaded image

class QuestionAdmin(SummernoteModelAdmin):
    summernote_fields = ('text',)

admin.site.register(Question, QuestionAdmin)

However, the user/student cannot see the image, instead they see only the
image link.

[image: image.png]


Please suggest to rectify the issue, thanks.
Regards,
Sourav

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2B5wCfausgwCE%2B5aucOzvUgdhZ%3DnpydEk2k8Oa5BAYmQztH%3DBA%40mail.gmail.com.

Reply via email to