Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 130 by rockmhoward: Docs need javascript explanation
http://code.google.com/p/django-hotclub/issues/detail?id=130
It turns out that attempts to add javascript functions within the
extra_head or body blocks silently fail. This is due to the fact that the
standard base.html in basic and complete projects reloads jquery near the
bottom of each page.
To successfully add your own javascript, you must place it within the
extra_body block. To play fairly with other apps that might be loading
javascript as well, Use {{ block.super }} somewhere within your definition
extra_body block definition.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---