summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/project.html
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-08 13:07:25 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-08 13:07:25 +1000
commit90d53c717d5d704da284cfa3b1484c11bd6c0bb1 (patch)
treeb2acb4ad7b9366140fe66c154eeaa8d7b88ab192 /templates/patchwork/project.html
parentdf3a4a384564577d6941713944e97118d43a8268 (diff)
downloadpatchwork-90d53c717d5d704da284cfa3b1484c11bd6c0bb1.tar.bz2
patchwork-90d53c717d5d704da284cfa3b1484c11bd6c0bb1.tar.xz
Make pwclient visible thorugh site, and add .pwclientrc infrastructure
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/patchwork/project.html')
-rw-r--r--templates/patchwork/project.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html
index f29540c..49ceb57 100644
--- a/templates/patchwork/project.html
+++ b/templates/patchwork/project.html
@@ -28,5 +28,12 @@
<td>{{n_patches}} (+ {{n_archived_patches}} archived)</td>
</tr>
</table>
+
+{% if settings.ENABLE_XMLRPC %}
+<p>Sample <a href="{% url patchwork.views.help "pwclient/" %}">patchwork
+client</a> configuration for this project: <a
+href="{% url patchwork.views.pwclientrc project.linkname %}"
+>.pwclientrc</a>.</p>
+{% endif %}
{% endblock %}