The CSS is affecting each version differently, although it's the same *exact* <link> tag within the HTML source.
I'm trying to focus on why those changes are occurring with duplicate code. On Jul 19, 5:29 am, Julien Phalip <[EMAIL PROTECTED]> wrote: > Hi, > > It is not very clear what problem you're having here. What are those > noticeable differences? > > On Jul 19, 12:54 pm, Tye <[EMAIL PROTECTED]> wrote: > > > Quick background: I started a new project ("mpi") and app ("main"), > > created a template folder and added its path to settings, and did > > everything I needed to do with database work. Also fooled around with > > Admin (which worked). > > > What happened: I created an html file from scratch, plopped it into > > the templates dir, hooked it into urls.py, put everything together > > myself, and everything turned out being beautiful and smooth. Then I > > wanted to take advantage of Django's templating mechanisms, starting > > with {% extends "base.html" %} and {% block content %}{% endblock %}. > > I've done it before without issues, so I re-built the "from-scratch" > > html file into two other files we'll just call "base.html" and > > "main.html". I hooked them into a separate url for comparison against > > the original html file. > > > The browser's "view source" code was *identical* between the two > > versions. The problem? Although the code is _completely identical_, > > somehow there are a few very noticeable differences. > > > How? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---