mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add markdown support
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user