django-emoji icon indicating copy to clipboard operation
django-emoji copied to clipboard

The images not showing up on windows servers.

Open zzm88 opened this issue 7 years ago • 1 comments

I used the django tag {{ node.content |emoji_replace_unicode}} , it renders well and turns out <img src="/static/emoji/img/unamused.png" alt="😒" title="unamused" class="emoji"> But the corresponding unamused.png is not showing up. And it seems that that file is just some string linked to a real png file rather than a real image. How to redirect this "/static/emoji/img/unamused.png" to the real one?

zzm88 avatar Jan 16 '17 04:01 zzm88