forked from GithubBackups/vichan
Stop showing local users the raw HTML thing, they can't use it anyway
This commit is contained in:
parent
0b0528b426
commit
a0c40b7f63
@ -45,7 +45,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<p style="text-align:center">
|
<p style="text-align:center">
|
||||||
{% if raw %}
|
{% if raw and mod|hasPermission(config.mod.rawhtml) %}
|
||||||
{% trans %}Currently editing raw HTML.{% endtrans %}
|
{% trans %}Currently editing raw HTML.{% endtrans %}
|
||||||
<a href="?/{{ board }}/edit/{{ post.id }}">{% trans %}Edit markup instead?{% endtrans %}</a>
|
<a href="?/{{ board }}/edit/{{ post.id }}">{% trans %}Edit markup instead?{% endtrans %}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user