diff --git a/django/cantusdb_project/main_app/templates/chant_detail.html b/django/cantusdb_project/main_app/templates/chant_detail.html index a46a18156..8dc281851 100644 --- a/django/cantusdb_project/main_app/templates/chant_detail.html +++ b/django/cantusdb_project/main_app/templates/chant_detail.html @@ -38,7 +38,7 @@

{{ chant.incipit }}

Source
- {{ chant.source.title }} + {{ chant.source.heading }}
{% endif %} @@ -312,7 +312,7 @@

List of melodies

Source navigation
{% if source %} - {{ source.siglum }} + {{ source.short_heading }} {% else %} This chant is not associated with any source. {% endif %} @@ -465,7 +465,7 @@

List of melodies

{{ source.segment.name }}
- {{ source.siglum }} + {{ source.short_heading }}
diff --git a/django/cantusdb_project/main_app/templates/chant_edit.html b/django/cantusdb_project/main_app/templates/chant_edit.html index 47860c7d5..987e398e6 100644 --- a/django/cantusdb_project/main_app/templates/chant_edit.html +++ b/django/cantusdb_project/main_app/templates/chant_edit.html @@ -2,7 +2,7 @@ {% load static %} {% block title %} - {{ source.title }} | Cantus Database + {{ source.heading }} | Cantus Database {% endblock %} {% block scripts %} @@ -362,8 +362,8 @@

Full text & Volpiano edit form

5) Click "SAVE"
- - {{ source.siglum }} + + {{ source.short_heading }}
@@ -382,7 +382,7 @@

Full text & Volpiano edit form

{% block lowersidebar %}
{% if source.chant_set.exists %} diff --git a/django/cantusdb_project/main_app/templates/full_inventory.html b/django/cantusdb_project/main_app/templates/full_inventory.html index 07ee1827e..e018a2a5b 100644 --- a/django/cantusdb_project/main_app/templates/full_inventory.html +++ b/django/cantusdb_project/main_app/templates/full_inventory.html @@ -20,7 +20,7 @@ Inventory | Cantus Database

Cantus Inventory: - {{ source.title }} + {{ source.heading }}

This source inventory contains {{ chants.count }} chants. diff --git a/django/cantusdb_project/main_app/templates/user_detail.html b/django/cantusdb_project/main_app/templates/user_detail.html index 260a41654..16735d703 100644 --- a/django/cantusdb_project/main_app/templates/user_detail.html +++ b/django/cantusdb_project/main_app/templates/user_detail.html @@ -64,7 +64,7 @@
Entered Melodies