Skip to content

Commit

Permalink
fix: Add synsets to context #1449
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlummelhuizen committed Jan 22, 2025
1 parent 372ef1b commit 759d126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signbank/dictionary/adminviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,8 @@ def get_context_data(self, **kwargs):
gloss_is_duplicate = True
context['gloss_is_duplicate'] = gloss_is_duplicate

context['synsets'] = gl.synsets.all()

return context

def post(self, request, *args, **kwargs):
Expand Down

0 comments on commit 759d126

Please sign in to comment.