Skip to content

Commit

Permalink
Fix gene_type display. Fixes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
elserj committed Jan 29, 2025
1 parent 7de8da3 commit 1ee1bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genes/templates/gene/gene.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h4 class="card-title">Gene ID:</h4>
</li>
<li class="list-group-item ml-3">
<h4 class="card-title">Gene type:</h4>
<p class="card-text">{{ gene.gene_type }}</p>
<p class="card-text">{{ gene.get_gene_type_display }}</p>
</li>
<li class="list-group-item ml-3">
<h4 class="card-title">Species:</h4>
Expand Down

0 comments on commit 1ee1bcf

Please sign in to comment.