X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch-list.html;h=675f67ff22885c7738d1b3235c3c360032c236f5;hb=d4a2c1f8792f52fec0c881ab38c91635840a50c0;hp=59adbe3017215b029814bed149723baa336bb28f;hpb=a37842591183a2302f580ee4973a19e35661baf0;p=patchwork diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index 59adbe3..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 @@ -146,7 +167,7 @@ {{ patch.name|default:"[no subject]" }} {{ patch.date|date:"Y-m-d" }} - {{ patch.submitter|personify }} + {{ patch.submitter|personify:project }} {{ patch.delegate.username }} {{ patch.state }}