django-dbsettings
django-dbsettings copied to clipboard
StyleSheets are broken.
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