From: Michael Tremer Date: Fri, 23 Nov 2018 23:33:58 +0000 (+0000) Subject: wiki: Move edit action into own handler X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6e8b28f6d5888a04311f5378e88eda26b0ea053;p=ipfire.org.git wiki: Move edit action into own handler Signed-off-by: Michael Tremer --- diff --git a/src/templates/wiki/edit.html b/src/templates/wiki/edit.html index 416ef648..1336ea50 100644 --- a/src/templates/wiki/edit.html +++ b/src/templates/wiki/edit.html @@ -17,10 +17,10 @@ {% if page %}{{ _("Edit %s") % page.title }}{% else %}{{ _("Create A New Page") }}{% end %} -
+ {% raw xsrf_form_html() %} - +