Add markdown support

This commit is contained in:
2022-04-09 23:02:22 +02:00
parent c1315332e3
commit 28d2f5a68e
10 changed files with 71 additions and 39 deletions

View File

@@ -16,8 +16,6 @@ class SiteConfiguration(SingletonModel):
(str(x * 3), str(x * 3)) for x in range(2, 11)],
default='6'
)
homepage_content = models.TextField(blank=True)
footer = models.TextField(blank=True)
footer_extended = models.TextField(blank=True)
show_version = models.BooleanField(default=True)