Skip to content

Commit

Permalink
Hopefully caught all the label case issues on export page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Aug 24, 2021
1 parent 4c9d100 commit fef2868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</label>
</div>
{% endlabelled %}
{% labelled label="Genome build" %}
{% labelled label="Genome Build" %}
{% for genome_build in genome_builds %}
{% if genome_build.enabled %}
<div class="form-check">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h3>Downloading Classifications</h3>
{% labelled label="Since" %}{{ since }}{% endlabelled %}
{% labelled label="Format" %}{{ format }}{% endlabelled %}
{% if the_rest %}
<hr/>
{% for key, value in the_rest.items %}
{% labelled label=key %}{{ value }}{% endlabelled %}
{% endfor %}
Expand Down

0 comments on commit fef2868

Please sign in to comment.