0
In my project I have a project with 2 apps. The first app is learning_logs which has a template, base.html The second app is users, I’m trying to use the learning_logs template on users as follows:
{% extends "learning_logs/base.html" %}
It turns out that the app that is trying to use the template, is looking inside its own app, and as it does not find is appearing msg of non-existent template.