From a0c40b7f6331215173a656a0e22754d30fd8818e Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Mon, 30 Mar 2015 07:14:26 +0800 Subject: [PATCH] Stop showing local users the raw HTML thing, they can't use it anyway --- templates/mod/edit_post_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/edit_post_form.html b/templates/mod/edit_post_form.html index 09dc3fcd..99d387eb 100644 --- a/templates/mod/edit_post_form.html +++ b/templates/mod/edit_post_form.html @@ -45,7 +45,7 @@

- {% if raw %} + {% if raw and mod|hasPermission(config.mod.rawhtml) %} {% trans %}Currently editing raw HTML.{% endtrans %} {% trans %}Edit markup instead?{% endtrans %} {% else %}