def render(self, context): path = super(AbsoluteURLNode, self).render(context) domain = settings.BASE_URL return urljoin(domain, path)