summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-09 10:54:05 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-09 10:54:05 +1000
commitcefda5060a4916fcb0dca472eb300d4516ad30ef (patch)
tree38e5a1f7ef519d542bc9522163940d3d2bb99f68
parent2a1c584a14e0f2e6b2eafcae618a5567774799d4 (diff)
downloadpatchwork-cefda5060a4916fcb0dca472eb300d4516ad30ef.tar.bz2
patchwork-cefda5060a4916fcb0dca472eb300d4516ad30ef.tar.xz
Use patchwork xmlrpc view in pwclientrc template
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--templates/patchwork/pwclientrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
index 59dd61c..79a0f3b 100644
--- a/templates/patchwork/pwclientrc
+++ b/templates/patchwork/pwclientrc
@@ -4,7 +4,7 @@
# Save this file to ~/.pwclientrc
#
[base]
-url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
+url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
project: {{ project.linkname }}
{% if user.is_authenticated %}