django demo && light bug

閲覧: 19 回
最初の未読メッセージにスキップ

matias

未読、
2012/07/13 19:52:312012/07/13
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

未読、
2012/07/13 20:32:512012/07/13
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

未読、
2012/07/14 3:22:362012/07/14
To: django-cms...@googlegroups.com
code patch submitted via github, issue #1346
全員に返信
投稿者に返信
転送
新着メール 0 件