Friday, September 4, 2020

Image upload using django-summernote is ok in admin panel but not showing to user

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.




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+unsubscribe@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.

No comments:

Post a Comment