diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2010-03-19 15:56:04 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2010-03-19 16:17:27 +0800 |
commit | 6fa81606a78f3dcc3160c0117be378bb861b1ded (patch) | |
tree | 1baaa1fbf37778799ac4211b0993c49990c80fca /templates | |
parent | d9552d03e981f1164856fc57e43dde9bdb1bf3d9 (diff) | |
download | patchwork-6fa81606a78f3dcc3160c0117be378bb861b1ded.tar patchwork-6fa81606a78f3dcc3160c0117be378bb861b1ded.tar.gz |
views: Use request scheme in sample pwclientrc file.
Adapt the pwclientrc file to suit the current scheme in use.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/patchwork/pwclientrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc index 5fb1f47..c932b11 100644 --- a/templates/patchwork/pwclientrc +++ b/templates/patchwork/pwclientrc @@ -4,7 +4,7 @@ # Save this file to ~/.pwclientrc # [base] -url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %} +url: {{scheme}}://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %} project: {{ project.linkname }} {% if user.is_authenticated %} # Adding authentication parameters will allow you to use the 'update' |