lzsupm8tup
New Member
I am using the Django template system in my app, and in the child template I reference the {% extends base.html %} accordingly, though when redenring the template, it only comes up with the html tags and no css styling-thus not picking up the base.html template altogether.Please advise on what I am doing wrong?. Could it be an issue with it not finding the location of my base.html template?For Regerence I am referencing my static templates in my base.html using {{ STATIC }}.Index.html.