From 3d92325ae061c8f8d0590ee8cc72fa4274ab6ce0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 7 Feb 2013 13:33:51 +0000 Subject: [PATCH] Migrate xsrf_form_html(). --- templates/admin-login.html | 2 +- templates/admin-mirrors-create.html | 2 +- templates/admin-planet-compose.html | 2 +- templates/stasy-index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin-login.html b/templates/admin-login.html index 55bd4877..a1e9a855 100644 --- a/templates/admin-login.html +++ b/templates/admin-login.html @@ -8,6 +8,6 @@ - {{ xsrf_form_html() }} + {% raw xsrf_form_html() %} {% end block %} diff --git a/templates/admin-mirrors-create.html b/templates/admin-mirrors-create.html index 2b9b4608..485026e3 100644 --- a/templates/admin-mirrors-create.html +++ b/templates/admin-mirrors-create.html @@ -4,7 +4,7 @@

{{ _("Create new mirror") }}

- {{ xsrf_form_html() }} + {% raw xsrf_form_html() %} diff --git a/templates/admin-planet-compose.html b/templates/admin-planet-compose.html index 54125041..04fe68cd 100644 --- a/templates/admin-planet-compose.html +++ b/templates/admin-planet-compose.html @@ -4,7 +4,7 @@

{{ _("Compose new entry") }}

- {{ xsrf_form_html() }} + {% raw xsrf_form_html() %} {% if entry.id %} {% end %} diff --git a/templates/stasy-index.html b/templates/stasy-index.html index de2f1d29..2e1ed98e 100644 --- a/templates/stasy-index.html +++ b/templates/stasy-index.html @@ -52,7 +52,7 @@
- {{ xsrf_form_html() }} + {% raw xsrf_form_html() %} -- 2.47.3