static needs to be replaced with get_static_prefix in base_write.html template

Issue #9 invalid
Pratik Mandrekar created an issue

Due to difference between the dev and Django 1.3 release versions, the usage of the static tag is different.

https://docs.djangoproject.com/en/1.3/howto/static-files/#with-a-template-tag

Fixed it from here - http://stackoverflow.com/questions/6983352/error-with-static-template-block-tag-in-django-1-3

Comments (2)

  1. Patrick Samson repo owner

    By default, the application is released to work with the latest release of Django, 1.4 at this time. But it should be backwards compatible with version 1.3 and 1.2, subject to some minor adjustments.

    One of them is in base_write.html: Permute the comment tags for the lines denoted by the marks: {# dj v1.x #} to match your version.

    I agree that this has to be made more explicit in the documentation and the action is planned.

    Keep in mind that the templates provided with the application are basically a starter kit to design your owns.

  2. Log in to comment