Skip to content

Commit ecea3b9

Browse files
committed
fixup! display a list to council minutes, if exists, in question header
1 parent d9f569b commit ecea3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsourcer/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def response_counts(
212212
def get_data(self, data_name):
213213
try:
214214
data = AuthorityData.objects.get(authority=self, data_name=data_name)
215-
return data.data_name
215+
return data.data_value
216216
except AuthorityData.DoesNotExist:
217217
return None
218218

0 commit comments

Comments
 (0)