From: Michael Tremer Date: Thu, 30 May 2019 15:16:39 +0000 (+0100) Subject: wiki: Fix wrong variable name X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579d8663beee192627564e806799a6904c754ec2;p=ipfire.org.git wiki: Fix wrong variable name Signed-off-by: Michael Tremer --- diff --git a/src/templates/wiki/edit.html b/src/templates/wiki/edit.html index 4969e3b8..08f0f36d 100644 --- a/src/templates/wiki/edit.html +++ b/src/templates/wiki/edit.html @@ -96,7 +96,7 @@ update = setTimeout(function() { var c = $("#preview-content"); - $.post("{{ os.path.join(request.path, "_render") }}", { content : content }, + $.post("{{ os.path.join(page.url, "_render") }}", { content : content }, function(data) { c.html(data);