springload / wagtaildraftail

🐦📝🍸 Draft.js editor for Wagtail, built upon Draftail and draftjs_exporter
https://pypi.python.org/pypi/wagtaildraftail
MIT License
24 stars 3 forks source link

Add Django template version of draft_text filter #3

Closed gasman closed 7 years ago

gasman commented 7 years ago

Usage:

{% load draftail_tags %}

{{ page.intro|draft_text }}

(Note: to get this working I've had to comment out from core.utilities import get_document_meta from decorators.py, as this module doesn't appear to exist within the project...)