SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d5ace481 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Replace django-docutils by own template filter

Problem with django-docutils (and thus abandoned here):
When calling the filter, the app used ``return parts['fragments']``
which cut the first headlines from the text input.
The correct call is ``return parts['html_body']``, as implemented
in the new self-made filter.
parent 71cde436
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment