SciPost Code Repository

Skip to content
Snippets Groups Projects
  • Jean-Sébastien Caux's avatar
    Replace django-docutils by own template filter · d5ace481
    Jean-Sébastien Caux authored
    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.
    d5ace481
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using pip. Learn more