From: Michael Tremer Date: Thu, 7 Feb 2013 13:33:51 +0000 (+0000) Subject: Migrate xsrf_form_html(). X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d92325ae061c8f8d0590ee8cc72fa4274ab6ce0;p=ipfire.org.git Migrate xsrf_form_html(). --- 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() %}