update conditions

This commit is contained in:
Ross
2023-10-24 22:17:53 +01:00
parent de2ceed88a
commit cdf7bc26f4
7 changed files with 55 additions and 2 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class ConditionTable(tables.Table):
class Meta:
model = Condition
template_name = "django_tables2/bootstrap4.html"
fields = ("primary", "subspecialty")
fields = ("primary", "subspecialty", "rcr_curriculum_map", "rcr_curriculum")
sequence = ("name",)
def render_synonym(self, value, record):