summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/project.html
diff options
context:
space:
mode:
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 %}