Skip to content

Commit

Permalink
Merge pull request #1015 from jacobdgm/issue-1014
Browse files Browse the repository at this point in the history
Chant Detail: Add Differentia DB field
  • Loading branch information
jacobdgm authored Aug 29, 2023
2 parents f9cd36b + a262c3e commit 410ce4f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions django/cantusdb_project/main_app/templates/chant_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,17 @@ <h3>{{ chant.incipit }}</h3>
</div>
{% endif %}

{% if chant.differentia_new %}
<div class="col">
<dt>Differentia&nbsp;Database</dt>
<dd>
<a href="https://differentiaedatabase.ca/differentia/{{ chant.differentia_new }}" target="_blank">
{{ chant.differentia_new }}
</a>
</dd>
</div>
{% endif %}

{% if chant.chant_range %}
<div class="col">
<dt>Range</dt>
Expand Down

0 comments on commit 410ce4f

Please sign in to comment.