Removed feature "Administrator can remove posts"
This commit is contained in:
@@ -122,18 +122,4 @@
|
||||
<button type="submit">Nonaktifkan</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
|
||||
{% if editor_now.privilage == 1 %}
|
||||
<form method="post">
|
||||
<input type="hidden" name="id" value="{{ post.id }}">
|
||||
|
||||
<!-- Method -->
|
||||
<input type="hidden" name="_method" value="remove">
|
||||
|
||||
<!-- Token -->
|
||||
<input type="hidden" name="_token" value="{{ token }}">
|
||||
|
||||
<button type="submit" style="background-color: red; color: #FFF;">Remove</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user