diff --git a/web/templates/entry_add.html b/web/templates/entry_add.html
index 3213420..722b485 100644
--- a/web/templates/entry_add.html
+++ b/web/templates/entry_add.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load static %}
{% block title %}New Entry - Illustrations DB{% endblock %}
{% block body_class %}themed-bg{% endblock %}