Merge branch 'dev' into 3-sample_controls
This commit is contained in:
commit
651cfe9162
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user