Skip to content

Commit

Permalink
Use campaign canonical_uuid when linking to create deployment view
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Keeble committed Dec 8, 2023
1 parent cefe30d commit bede208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h4>Deployments</h4>
</div>

<div class="ml-auto">
<a class="btn btn-primary" href="{% url 'change-add' 'deployment' %}?campaign={{ object.uuid }}&back={{ request.path }}">+</a>
<a class="btn btn-primary" href="{% url 'change-add' 'deployment' %}?campaign={{ object.canonical_uuid }}&back={{ request.path }}">+</a>
</div>
</li>
{% for deployment in deployments %}
Expand Down

0 comments on commit bede208

Please sign in to comment.