]> git.ipfire.org Git - ipfire.org.git/commitdiff
Migrate xsrf_form_html().
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Feb 2013 13:33:51 +0000 (13:33 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 7 Feb 2013 13:33:51 +0000 (13:33 +0000)
templates/admin-login.html
templates/admin-mirrors-create.html
templates/admin-planet-compose.html
templates/stasy-index.html

index 55bd4877384784c176f7f27e3dc06a791bffa73e..a1e9a8556292f43e312a17d754ededee5182f0f9 100644 (file)
@@ -8,6 +8,6 @@
                <input type="text" name="name" />
                <input type="password" name="password" />
                <input type="submit" value="{{ _("Log in") }}" />
-               {{ xsrf_form_html() }}
+               {% raw xsrf_form_html() %}
        </form>
 {% end block %}
index 2b9b4608b27c8947e4ac40e779b0250c65cd467d..485026e3817f42c98d352ba2449667aae3c9d7ee 100644 (file)
@@ -4,7 +4,7 @@
        <div class="post">
                <h3>{{ _("Create new mirror") }}</h3>
                <form name="mirror" method="post">
-                       {{ xsrf_form_html() }}
+                       {% raw xsrf_form_html() %}
                        <input type="hidden" name="id" value="{{ mirror.id }}">
 
                        <table>
index 54125041136477b967bfd49dcaa9c27980a3817d..04fe68cd6c19b17d3660bb71214fb672e128048c 100644 (file)
@@ -4,7 +4,7 @@
        <div class="post">
                <h3>{{ _("Compose new entry") }}</h3>
                <form name="entry" method="post">
-                       {{ xsrf_form_html() }}
+                       {% raw xsrf_form_html() %}
                        {% if entry.id %}
                                <input type="hidden" name="id" value="{{ entry.id }}">
                        {% end %}
index de2f1d29c17ce73db1ba3ff2d9048921d04bfdb5..2e1ed98e5d765d1d4bbf8c80e09e4789ac441916 100644 (file)
@@ -52,7 +52,7 @@
                                        <input type="text" class="span7" name="profile_id" value=""
                                                placeholder="{{ _("Profile ID") }}"><button type="submit" class="btn">{{ _("Show") }}</button>
                                </div>
-                               {{ xsrf_form_html() }}
+                               {% raw xsrf_form_html() %}
                        </form>
                </div>
        </div>