diff --git a/core/context_processors.py b/core/context_processors.py index 6c08073..7a4cd6a 100644 --- a/core/context_processors.py +++ b/core/context_processors.py @@ -36,5 +36,6 @@ def load_config(request): 'memberships': Membership.objects.filter(published=True), 'youth': Youth.objects.filter(published=True), 'mbkb': MBKB.objects.filter(published=True), - 'atus': Atu.objects.filter(published=True) + 'atus': Atu.objects.filter(published=True), + 'footer': Footer.Get() } diff --git a/core/templates/base.html b/core/templates/base.html index b08da47..d318c2a 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -87,8 +87,15 @@ > {% block content %}{% endblock %} -