Skip to content

Commit

Permalink
Fixed: Remove siglum column
Browse files Browse the repository at this point in the history
Fixes #1535
  • Loading branch information
ahankinson committed Jun 18, 2024
1 parent 1168e29 commit 8fa654d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django/cantusdb_project/main_app/templates/browse_chants.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ <h3>Browse Chants</h3>
<table class="table table-responsive table-sm table-bordered small">
<thead>
<tr>
<th scope="col" class="text-wrap" title="Siglum">Siglum</th>
<th scope="col" class="text-wrap" title="Folio">Folio</th>
<th scope="col" class="text-wrap" title="Sequence"></th>
<th scope="col" class="text-wrap" title="Incipit / Full text">Incipit / Full text</th>
Expand All @@ -82,7 +81,6 @@ <h3>Browse Chants</h3>
<tbody>
{% for chant in chants %}
<tr>
<td class="text-wrap" style="text-align:center" title="{{ source.heading }}">{{ source.short_heading }}</td>
<td class="text-wrap" style="text-align:center"><b>{{ chant.folio|default:"" }}</b></td>
<td class="text-wrap" style="text-align:center">{{ chant.c_sequence|default_if_none:"" }}</td> {# default_if_none: sometimes, c_sequence is 0, and should still be displayed #}
<td class="text-wrap">
Expand Down

0 comments on commit 8fa654d

Please sign in to comment.