remove django-markdown and handle preview manually

This commit is contained in:
Élie Bouttier 2014-09-06 00:39:50 -07:00
parent 4995c19560
commit 7e3173c7c0
32 changed files with 335 additions and 16478 deletions

View file

@ -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 {}