django demo && light bug

19 views
Skip to first unread message

matias

unread,
Jul 13, 2012, 7:52:31 PM7/13/12
to django-cms...@googlegroups.com
Hello,

I hope this is the right place. Firstly I have a 12 core Xeon with 24GB RAM that should be able to handle your demo website.
If interested contact me ( matias at pizarro dot net )

secondly, 2 leftover {% admin_static_url %}img/admin/ urls that I reckon should be changed 
in templates/admin/cms/page/change_form.html:

l.39
         background:#fff url('{% admin_static_url %}img/admin/nav-bg.gif') repeat-x center bottom !important;
should be
        background:#fff url('{% admin_static_url %}img/nav-bg.gif') repeat-x center bottom !important;

and l. 48
        background:#7ca0c7 url('{% admin_static_url %}img/admin/default-bg.gif') repeat-x left top;
should be
        background:#7ca0c7 url('{% admin_static_url %}img/default-bg.gif') repeat-x left top;


all the best

matias

unread,
Jul 13, 2012, 8:32:51 PM7/13/12
to django-cms...@googlegroups.com
same problem: forms/widgets.py, l.174

            output.append(u'<img src="%simg/admin/icon_addlink.gif" width="10" height="10" alt="%s"/></a>' % (admin_static_url(), _('Add Another')))
should be
            output.append(u'<img src="%simg/icon_addlink.gif" width="10" height="10" alt="%s"/></a>' % (admin_static_url(), _('Add Another')))

utils/admin.py, l

matias

unread,
Jul 14, 2012, 3:22:36 AM7/14/12
to django-cms...@googlegroups.com
code patch submitted via github, issue #1346
Reply all
Reply to author
Forward
0 new messages