Skip to content

Commit

Permalink
add edit samples link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jun 19, 2024
1 parent a201a66 commit ade9898
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ <h5 class="text-2xl my-5">Samples</h5>

<div class="flex gap-5 my-5">
<a class="btn bg-primary" href="{% url 'project-analysis-update' project_id=object.project_id pk=object.id %}">Edit</a>
<a class="btn bg-primary" href="{% url 'project-analysis-samples' project_id=object.project_id pk=object.id %}">Edit Samples</a>
<button class="btn bg-secondary">Confirm Order</button>
</div>
{% endblock %}

0 comments on commit ade9898

Please sign in to comment.