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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html
index 5b2cc13..73e85df 100644
--- a/templates/patchwork/project.html
+++ b/templates/patchwork/project.html
@@ -49,9 +49,9 @@
</table>
{% if settings.ENABLE_XMLRPC %}
-<p>Sample <a href="{% url patchwork.views.help "pwclient/" %}">patchwork
+<p>Sample <a href="{% url 'patchwork.views.help' "pwclient/" %}">patchwork
client</a> configuration for this project: <a
-href="{% url patchwork.views.pwclientrc project.linkname %}"
+href="{% url 'patchwork.views.pwclientrc' project.linkname %}"
>.pwclientrc</a>.</p>
{% endif %}