Skip to content

Commit

Permalink
add from_order
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jan 23, 2025
1 parent 69179d5 commit 83f63f9
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 extraction.status != 'draft' %}
<a class="btn bg-primary" href="{% url 'genrequest-analysis-create' genrequest_id=genrequest.id %}">Analyze this samples</a>
<a class="btn bg-primary" href="{% url 'genrequest-analysis-create' genrequest_id=genrequest.id %}?from_order={{ view.kwargs.pk }}">Analyze this samples</a>
{% endif %}
</div>
{% endblock %}

0 comments on commit 83f63f9

Please sign in to comment.