if i include something like this at the top it will load the admin media, but nothing will be below it
{% extends "admin/base_site.html" %} {% block content %} {% load adminmedia %} {% endblock %} On Dec 5, 10:42 am, mike <[EMAIL PROTECTED]> wrote: > On Dec 5, 10:36 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > > > mike napisaĆ(a): > > > > I have been trying to implement the contact form from the Django > > > Snippets page found here. > > > >http://www.djangosnippets.org/snippets/261/I'm able to make it all > > > work together, but the contacts.html page, is blank unless i remove > > > the {% extends "base.html" %} part. After removing it I can see > > > the input boxes, but the page is really ugly. Anyone know why > > > importing this template erases everything below it? any help would be > > > appreciated. > > > Possibly it does not have appropriate blocks or is just empty? > > no, the {% extends "base.html" %} line is also in the thankyou.html > page and it works there, the text shows fine. > > > > > -- > > Jarek Zgoda > > Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 > > > "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---