Skip to content

Commit

Permalink
fixup! feat: allow users to edit the document fulltext
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 5, 2024
1 parent 59af2a8 commit 3033db1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/general/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ class Meta:
fields = "__all__" # noqa: DJ007
labels = {"document_data": _("Document full-text (used in search)")}

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)


class DocumentAdmin(SimpleHistoryAdmin):
ordering = ["title"]
Expand Down

0 comments on commit 3033db1

Please sign in to comment.