profile subscribe view
This commit is contained in:
SDE
2023-08-30 16:08:24 +03:00
parent f1bda3ce68
commit 1298765964
4 changed files with 8 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ class SubscribeOption(BaseModel):
class Meta:
verbose_name = _('Опция подписки')
verbose_name_plural = _('Опции подписки')
ordering = ['order']