diff --git a/webapp/templates/base.html b/webapp/templates/base.html
index 3fe75d4..97506a5 100644
--- a/webapp/templates/base.html
+++ b/webapp/templates/base.html
@@ -10,7 +10,7 @@
-
+
{% trans "Aalto-yliopiston Sähköinsinöörikilta ry" %}
@@ -29,24 +29,34 @@
- {% block header %}
-
- {% endblock %}
-
-
- {% block navigation %}
- {% include "navigation.html" %}
- {% endblock %}
-
- {% block content %}
- {% endblock %}
-
-