From a34c78278bf6128a489530bf3ef2d6560ac799ce Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 14 Jul 2014 17:30:54 +0200 Subject: [PATCH] Change title of view patch page to actually be name of patch --- pgcommitfest/commitfest/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/views.py b/pgcommitfest/commitfest/views.py index c6a69c1..a7d7498 100644 --- a/pgcommitfest/commitfest/views.py +++ b/pgcommitfest/commitfest/views.py @@ -135,7 +135,7 @@ def patch(request, cfid, patchid): 'is_committer': is_committer, 'is_this_committer': is_this_committer, 'is_reviewer': is_reviewer, - 'title': 'View patch', + 'title': patch.name, 'breadcrumbs': [{'title': cf.title, 'href': '/%s/' % cf.pk},], }, context_instance=RequestContext(request)) -- 2.39.5