mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +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
@@ -61,7 +61,7 @@ setup(
|
||||
'easy-thumbnails>=2.2,<3'
|
||||
'PyPDF2', 'BeautifulSoup4', 'html5lib',
|
||||
'slimit', 'lxml', 'static3==0.6.1', 'dj-static', 'chardet',
|
||||
'csscompressor', 'defusedxml', 'mt-940'
|
||||
'csscompressor', 'defusedxml', 'mt-940', 'django-markup', 'markdown'
|
||||
],
|
||||
extras_require={
|
||||
'dev': ['django-debug-toolbar>=1.3.0,<2.0'],
|
||||
|
||||
Reference in New Issue
Block a user