From d4a2c1f8792f52fec0c881ab38c91635840a50c0 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 7 Apr 2015 22:20:53 +0100 Subject: Integrate 'django.contrib.staticfiles' Rather than providing a custom solution for serving static files, use the solution provided in the upstream Django source. This allows us to remove the top-level 'urls.py' file. Signed-off-by: Stephen Finucane Signed-off-by: Jeremy Kerr --- templates/patchwork/patch-list.html | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'templates/patchwork/patch-list.html') diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index f8049f7..675f67f 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -1,5 +1,6 @@ {% load person %} {% load listurl %} +{% load static %} {% include "patchwork/pagination.html" %} @@ -50,7 +51,11 @@ {% ifequal order.name "name" %} Patch @@ -67,7 +72,11 @@ {% ifequal order.name "date" %} Date @@ -84,7 +93,11 @@ {% ifequal order.name "submitter" %} Submitter @@ -101,7 +114,11 @@ {% ifequal order.name "delegate" %} Delegate @@ -118,7 +135,11 @@ {% ifequal order.name "state" %} State -- cgit v1.2.3