Missing trailing / for admin page edits in django-cms

Posted by 47 on Stack Overflow See other posts from Stack Overflow or by 47
Published on 2010-05-21T08:08:05Z Indexed on 2010/05/21 8:10 UTC
Read the original article Hit count: 279

Filed under:

I've managed to set up Django CMS for my website successfully...however, when editing a page in the admin, the trailing / isn't added automatically so my URL's look something like: http://localhost:8000/admin/cms/page/22 When I tried running the example project that comes bundled with the Django-CMS setup, this slash is added automatically....how can I have the same for my project?

© Stack Overflow or respective owner

Related posts about django-cms