We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9809e9a commit 8ddc64fCopy full SHA for 8ddc64f
api/views.py
@@ -100,7 +100,7 @@ def errata_fields(request):
100
if request.GET.get('field', None) == 'resources':
101
for field, verbose in ERRATA_RESOURCES:
102
# This is not my favorite way to do this but we need to keep the data on existing errata
103
- if field != 'OpenStax Concept Coach' and field != 'Rover by OpenStax':
+ if field != 'OpenStax Concept Coach' and field != 'Rover by OpenStax' and field != 'OpenStax Tutor':
104
response.append({'field': field, 'verbose': verbose})
105
106
return JsonResponse(response, safe=False)
0 commit comments