]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/project.html
Fix broken pwclient link
[patchwork] / templates / patchwork / project.html
index 4ea10094e5fcbc1b102ee07e277bc2bd290b44b0..49ceb575829aa9a2b1df7fc1f858f406caaef181 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "patchwork/base.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ project.name }}{% endblock %}
 {% block heading %}{{ project.name }}{% endblock %}
   <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 %}