Skip to content

Commit

Permalink
typo: data declaration template object reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vildead committed Mar 29, 2021
1 parent bd79946 commit 0f00ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/data_declarations/data_declaration.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>{{ object.title }}</h1>
<dd>{{ object.comments | default:"" }}</dd>
{% endif %}
<dt>Source Cohort(s)</dt>
<dd>{{ data_declaration.cohorts.all | join:', ' }}</dd>
<dd>{{ object.cohorts.all | join:', ' }}</dd>

</dl>
</div>
Expand Down

0 comments on commit 0f00ee7

Please sign in to comment.