remove django-markdown and handle preview manually
This commit is contained in:
parent
4995c19560
commit
7e3173c7c0
32 changed files with 335 additions and 16478 deletions
|
@ -10,3 +10,7 @@ register = template.Library()
|
|||
@register.inclusion_tag('accounts/tags/delete_modal.html')
|
||||
def delete_modal():
|
||||
return {}
|
||||
|
||||
@register.inclusion_tag('accounts/tags/delete_modal_js.html')
|
||||
def delete_modal_js():
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue