From 0d4cfc1d73057eaab42097fedf247c0216f42b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Harriet=20Asi=C3=B1ero?= Date: Mon, 4 Aug 2025 08:17:02 +0800 Subject: [PATCH] Fixed error 404 on foundations urls when coming from other subdomain --- djangoproject/templates/includes/footer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/djangoproject/templates/includes/footer.html b/djangoproject/templates/includes/footer.html index 19c30d615..0e635479c 100644 --- a/djangoproject/templates/includes/footer.html +++ b/djangoproject/templates/includes/footer.html @@ -1,3 +1,5 @@ +{% load hosts %} +