Merge branch 'dev' into 3-sample_controls

This commit is contained in:
Chris Giacofei 2024-06-07 11:05:54 -04:00
commit 651cfe9162

View File

@ -16,7 +16,7 @@
{% if batch.parent.all %} <b>Parents:</b>{% endif %}
{% for parent in batch.parent.all %}
<a href="{% url 'yeast:batch' parent.batch.id %}">{{ parent.batch.id}}</a>{% if not forloop.last %},{% endif %}
<a href="{% url 'yeast:yeast' parent.id %}">{{ parent.id}}</a>{% if not forloop.last %},{% endif %}
{% endfor %}
</b>
<p><p>