Skip to content

Commit

Permalink
fix missing genrequest id
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jan 15, 2025
1 parent f3c9c47 commit 79e7956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 class="text-4xl mb-5">Samples for Extraction #{{ view.kwargs.pk }}</h3>
{% endif %}

{% if object.status != 'draft' %}
<a class="btn bg-primary" href="{% url 'genrequest-analysis-create' genrequest_id=object.genrequest_id %}">Analyze this samples</a>
<a class="btn bg-primary" href="{% url 'genrequest-analysis-create' genrequest_id=genrequest.id %}">Analyze this samples</a>
{% endif %}
</div>
{% endblock %}

0 comments on commit 79e7956

Please sign in to comment.