generated from bisco/codex-bootstrap
fix: update theatre laboratory details
This commit is contained in:
@@ -9,7 +9,7 @@ from wagtail.snippets.models import register_snippet
|
||||
|
||||
@register_setting(icon="cog")
|
||||
class SiteSettings(BaseSiteSetting):
|
||||
laboratory_name = models.CharField(max_length=120, default="Laboratorio Teatrale")
|
||||
laboratory_name = models.CharField(max_length=120, default="Azione!Lab")
|
||||
short_claim = models.CharField(max_length=180, blank=True)
|
||||
email = models.EmailField(blank=True)
|
||||
phone = models.CharField(max_length=40, blank=True)
|
||||
|
||||
Reference in New Issue
Block a user