diff --git a/apps/core/models.py b/apps/core/models.py index 0cdb1a7..b51fc15 100644 --- a/apps/core/models.py +++ b/apps/core/models.py @@ -274,6 +274,7 @@ class Meta: jira_ticket = create_chrfield("Jira ticket", blank=False) num_sublibraries = create_intfield("Number of sublibraries", default=0) description = create_textfield("Description") + result = create_textfield("Result") relates_to = models.ManyToManyField( "self", verbose_name="Relates to", diff --git a/apps/core/templates/core/library_list.html b/apps/core/templates/core/library_list.html index aeb0768..5e9d8bb 100644 --- a/apps/core/templates/core/library_list.html +++ b/apps/core/templates/core/library_list.html @@ -23,6 +23,7 @@

Select a library to view its details

Library Location #Sublibraries Sequenced + Result @@ -52,6 +53,7 @@

Select a library to view its details

edit delete

--> + {{library.result}} {% endfor %}