0

sitetree menu icons

I cannot see the icons from admin/sitetree..

must be a url problem.. I cannot figure out.

I need some help please.

Young
  • 969
  • 1
  • 8
  • 18

1 Answers1

0

This one seems to be discussed and fixed in https://github.com/idlesign/django-sitetree/issues/122. Version with the fix is yet to come.

idle sign
  • 1,164
  • 1
  • 12
  • 19
  • looks like in template {{ STATIC_URL }} is empty. where should I add this to fix it? – Young Dec 08 '14 at 18:59
  • @Young You can either fetch the latest sources from the repository, or wait for the next release (presumably in a week). – idle sign Dec 10 '14 at 13:58
  • I have a same problem, cannot find solution so far – user3642261 Jan 19 '15 at 22:24
  • 1
    yes, you are right. it is fixed. .. @user .. just do uninstall and install django-sitetree will fix it. [ at least it worked for me now ] – Young Jan 20 '15 at 00:50