summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/list.html')
-rw-r--r--templates/patchwork/list.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/patchwork/list.html b/templates/patchwork/list.html
index 8054063..654fe8c 100644
--- a/templates/patchwork/list.html
+++ b/templates/patchwork/list.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load person %}
+{% load static %}
{% block title %}{{project.name}}{% endblock %}
{% block heading %}{{project.name}}{% endblock %}