Give space in the html template tag
I mean {% extends 'base.html' %}
But if the base is nested inside a directory inside the template directory
pls name the '../base.html' according.
Thanks
Hope it will be help.On Mon, Oct 10, 2022, 16:11 Namanya Daniel <[email protected]> wrote: > hello, someone help me out. am new to django and i face an issue with > templates extending base.html > > i have created a base.html template which is basically a skeleton for > other templates, they are all in templates/another directory but when i use > {%extends 'base.html'%} I get this error... thanks in advance > > > Request Method: > GET > Request URL: > http://127.0.0.1:8000/ > Django Version: > 4.1.2 > Exception Type: > TemplateDoesNotExist > Exception Value: > base.html > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/b46cebb4-fca2-49b8-a836-309a2c4a4024n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/b46cebb4-fca2-49b8-a836-309a2c4a4024n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGoV8n%3DxS3Zm_NmK7L8TqGg-vwX_5VAN%2BMxSwpM05TNK3Kc4rg%40mail.gmail.com.

