diff --git a/ungleich_page/templates/ungleich_page/landing.html b/ungleich_page/templates/ungleich_page/landing.html
index 59bb8fd3..0eaf0a2c 100644
--- a/ungleich_page/templates/ungleich_page/landing.html
+++ b/ungleich_page/templates/ungleich_page/landing.html
@@ -1,5 +1,6 @@
{% load static %}
{% load bootstrap3 %}
+{% load i18n %}
@@ -81,24 +82,24 @@
- services
+
{% trans "Services"%}
- products
+
{% trans "products"%}
- About
+ {% trans "About"%}
- WHY UNGLEICH?
+ {% trans "WHY UNGLEICH?"%}
- BLOG
+ {% trans "BLOG"%}
- Contact
+ {% trans "CONTACT"%}
diff --git a/utils/tests.py b/utils/tests.py
index 42831050..d40f2c40 100644
--- a/utils/tests.py
+++ b/utils/tests.py
@@ -81,4 +81,5 @@ class BaseTestCase(TestCase):
view.request = self.request
view.args = args
view.kwargs = kwargs
+ view.config = None
return view