mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix #51 -- Allow rich text in product and category descriptions
* Allow rich text in product descriptions #51 * Allow rich text in category descriptions, update requirements to support fix. #51 * Change line break (aesthetic only) #51 * Add markdown to requirements. Update authors file
This commit is contained in:
committed by
Raphael Michel
parent
bd01d6b74a
commit
04ab016d91
@@ -172,7 +172,8 @@ INSTALLED_APPS = [
|
||||
'pretix.plugins.reports',
|
||||
'pretix.plugins.checkinlists',
|
||||
'pretix.plugins.pretixdroid',
|
||||
'easy_thumbnails'
|
||||
'easy_thumbnails',
|
||||
'django_markup',
|
||||
]
|
||||
|
||||
for entry_point in iter_entry_points(group='pretix.plugin', name=None):
|
||||
|
||||
Reference in New Issue
Block a user