Skip to content

Commit

Permalink
Remove siglum from sequence form
Browse files Browse the repository at this point in the history
Refs #1534
  • Loading branch information
ahankinson committed Jul 17, 2024
1 parent 3955203 commit 9d722ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/cantusdb_project/main_app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class Meta:
model = Sequence
fields = [
"title",
"siglum",
# "siglum",
"incipit",
"folio",
"s_sequence",
Expand All @@ -472,7 +472,7 @@ class Meta:
]
widgets = {
"title": TextInputWidget(),
"siglum": TextInputWidget(),
# "siglum": TextInputWidget(),
"incipit": TextInputWidget(),
"folio": TextInputWidget(),
"s_sequence": TextInputWidget(),
Expand Down

0 comments on commit 9d722ff

Please sign in to comment.