Add possibility to inject js in head (analytics)

This commit is contained in:
2022-12-28 23:54:49 +01:00
parent 538dc0bd80
commit ffad964373
5 changed files with 52 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ class SiteConfiguration(SingletonModel):
footer = RichTextField(blank=True)
footer_extended = RichTextField(blank=True)
show_version = models.BooleanField(default=True)
extra_head = models.TextField(blank=True)
class Meta:
verbose_name = "Site Configuration"