Nonactivate a post manually causes its status changed to 3 which cannot be edited and its status cannot be changed.
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
<br>
|
||||
|
||||
<button type="submit"
|
||||
{% if (post.status == 0 or editor_now != creator.id) %}
|
||||
{% if (post.status == 0 or post.status == 3 or editor_now != creator.id) %}
|
||||
disabled
|
||||
{% endif %}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user