django-dbsettings icon indicating copy to clipboard operation
django-dbsettings copied to clipboard

StyleSheets are broken.

Open chromakey-io opened this issue 15 years ago • 0 comments

Line 4 of both templates should be:

{% block extrastyle %}{{ block.super }}{% endblock %}

You also need to load the adminmedia tags/filters.

I'm not sure if this is because of changing versions of Django... but the easiest way for you to avoid issues with changing templates in django versions would be to inherit from a higher level template. So extends/change_form.html ... and then over-ride the content block and what-ever else that is necessary. -k

chromakey-io avatar Dec 02 '09 16:12 chromakey-io