Skip to content

Commit

Permalink
Updated cohort detail form
Browse files Browse the repository at this point in the history
  • Loading branch information
davebridges committed Mar 7, 2016
1 parent 6b53b68 commit 5d6ec71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mousedb/data/templates/cohort_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
{% endblock scripts %}

{% block header %}Cohort Detail - {{ cohort }}{% endblock header%}

<ul>{% for treatment in cohort.treatment_groups.all %}
<li><a href="{{ treatment.get_absolute_url }}">{{ treatment }}</a></li>
{% endfor %}
</ul>

{% block content %}
<p>This is cohort id number {{ cohort.id }}.</p>
{% with cohort.animals.all as animal_list %}
{% include "animal_list_table.html" %}
{% endwith %}
Expand Down

0 comments on commit 5d6ec71

Please sign in to comment.