SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Mar 14, 2019
  2. Mar 12, 2019
  3. Mar 11, 2019
  4. Mar 10, 2019
  5. Mar 09, 2019
  6. Mar 08, 2019
    • 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
Loading