diff --git a/streamingapp/templates/streamingapp/base.html b/streamingapp/templates/streamingapp/base.html index 95113aa..d9cf6f5 100644 --- a/streamingapp/templates/streamingapp/base.html +++ b/streamingapp/templates/streamingapp/base.html @@ -8,8 +8,8 @@ - {% include "includes/header.html" %} - {% include "includes/phase_banner.html" %} + {% include "streamingapp/includes/header.html" %} + {% include "streamingapp/includes/phase_banner.html" %} {% block content %}{% endblock %}