Hi On Dec 4, 2010, at 5:43, jc <[email protected]> wrote:
> If I have to separate pages created, like so: > Here: http://127.0.0.1:8000/category/gold > and > Here: http://127.0.0.1:8000/category/gold/american-eagles/ > > Is the template code for the first page http://127.0.0.1:8000/category/gold > within the code for the second one? > http://127.0.0.1:8000/category/gold/american-eagles/ > > I'm trying to flatten a <li> I made with template code and CSS but the > first page I listed doesn't seem to respond to my changes I've made, > only the second list. I'm sure it's because I'm a beginner and don't > fully understand CSS or templates, mainly learning as I go along. > Install django debug toolbar. It tells you which template got loaded at each page. lzantal > I've pasted the "block content" code for the category.html file over > at http://paste.pocoo.org/ to give you an idea of what I've done. > > Here is it: http://paste.pocoo.org/show/UN5ezOq5AkoxAQ6X8wos/ > > thanks again for the help! > j. > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
