diff --git a/ojusomap/templates/404.html b/ojusomap/templates/404.html
index 06c7729..eca86fb 100644
--- a/ojusomap/templates/404.html
+++ b/ojusomap/templates/404.html
@@ -1,4 +1,5 @@
{% extends 'base_page.html' %}
+{% load i18n %}
{% block title %}
Oh no.
diff --git a/ojusomap/templates/base_page.html b/ojusomap/templates/base_page.html
index 18a611b..02ec3bf 100644
--- a/ojusomap/templates/base_page.html
+++ b/ojusomap/templates/base_page.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-
+{% load i18n %}
{% block stylesheets %}
{{ block.super }}