From da00e76c022eb34ed9d6139889378c6dd5aa30a7 Mon Sep 17 00:00:00 2001 From: Okhin Date: Tue, 13 Jun 2017 18:48:48 +0200 Subject: [PATCH] Adding raw filter for things coming out of ckeditor --- templates/argumentation.html | 2 +- templates/intro.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/argumentation.html b/templates/argumentation.html index 0f8211c..b7f079e 100644 --- a/templates/argumentation.html +++ b/templates/argumentation.html @@ -8,7 +8,7 @@
  • {{ @argument.title}}
    -
    {{ @argument.text }}
    +
    {{ @argument.text | raw }}
  • diff --git a/templates/intro.html b/templates/intro.html index aa9c6ba..736c21f 100644 --- a/templates/intro.html +++ b/templates/intro.html @@ -5,9 +5,9 @@
    -

    - {{ @campaign.description }} -

    +
    + {{ @campaign.description | raw }} +
    {{ _("Act Now!") }}
    @@ -17,9 +17,9 @@

    {{ @organization.name }}

    -

    - {{ @organization.description }} -

    +
    + {{ @organization.description | raw }} +
    {{ _("Visit Us!") }}
    -- GitLab