Skip to content

Commit b4558a0

Browse files
committed
add desc_table column for to reference in home.html
1 parent aa1cf3d commit b4558a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_framework_docs/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ def get_context_data(self, **kwargs):
2424

2525
context['query'] = query
2626
context['endpoints'] = endpoints
27+
context['desc_table'] = settings['DESC_TABLE']
2728
return context

0 commit comments

Comments
 (0)