]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/project.html
registration: use EmailConfimation rather than separate registration app
[patchwork] / templates / patchwork / project.html
index f29540cedfc3eb2437ca29f411d7d7ccd7b6a62a..2d63d1d86c8cdb42f49010c0230db9dce0ca7e9b 100644 (file)
      &lt;<a href="mailto:{{maintainer.email}}">{{maintainer.email}}</a>&gt;
      <br />
    {% endfor %}
+  </td>
  </tr>
  <tr>
   <th>Patch count</th>
   <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 %}