Skip to content

Commit

Permalink
Fix: Change table name
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Apr 9, 2024
1 parent 0a896b9 commit 414a171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data_disclosure_agreement/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# Create your models here.
class DataDisclosureAgreement(models.Model):

class Meta:
verbose_name = "Data Disclosure Agreement"
verbose_name_plural = "Data Disclosure Agreement"

STATUS_CHOICES = [
("listed", "listed"),
("unlisted", "unlisted"),
Expand Down

0 comments on commit 414a171

Please sign in to comment.