fix: update theatre laboratory details

This commit is contained in:
bisco
2026-06-22 19:56:10 +02:00
parent cff9a17c3c
commit 8155d94fee
8 changed files with 68 additions and 32 deletions
+1 -1
View File
@@ -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)