Updates instance info endpoint
This commit is contained in:
parent
9de6407e5f
commit
9413dacaf2
3 changed files with 26 additions and 4 deletions
|
@ -20,6 +20,7 @@ class SiteSettings(models.Model):
|
|||
max_length=150, default="Social Reading and Reviewing"
|
||||
)
|
||||
instance_description = models.TextField(default="This instance has no description.")
|
||||
instance_short_description = models.TextField(blank=True, null=True)
|
||||
|
||||
# about page
|
||||
registration_closed_text = models.TextField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue