[PATCH] views: fix pwclient download link
Stephen Finucane
stephenfinucane at hotmail.com
Mon Sep 5 00:36:20 AEST 2016
From: David Lamparter <equinox at diac24.net>
Looks like a copypaste snafu.
Signed-off-by: David Lamparter <equinox at opensourcerouting.org>
---
This was submitted via GitHub [1], so resubmitting here.
[1] https://github.com/getpatchwork/patchwork/pull/51
---
patchwork/views/pwclient.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/views/pwclient.py b/patchwork/views/pwclient.py
index 6fa1c17..64fb044 100644
--- a/patchwork/views/pwclient.py
+++ b/patchwork/views/pwclient.py
@@ -44,7 +44,7 @@ def pwclientrc(request, project_id):
def pwclient(request):
- response = render(request, 'patchwork/pwclientrc',
+ response = render(request, 'patchwork/pwclient',
content_type='text/x-python')
response['Content-Disposition'] = 'attachment; filename=pwclient'
--
2.7.4
More information about the Patchwork
mailing list