Revert "Update project landing page sidebar to use slug in build example"

This reverts commit 26e3073f38.
rtd2
Eric Holscher 2013-09-28 13:23:40 -07:00
parent 1855ced713
commit e9383981ba
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
{% if request.user in project.users.all %}
<h3>{% trans "Post Commit Hook" %}</h3>
<p>
curl -X POST http://{{ PRODUCTION_DOMAIN }}{% url generic_build project.slug %}
curl -X POST http://{{ PRODUCTION_DOMAIN }}{% url generic_build project.pk %}
</p>
{% endif %}