Removed feature "Administrator can remove posts"

This commit is contained in:
2017-09-11 08:57:51 +07:00
parent 5a00809053
commit 70a4c80143
3 changed files with 0 additions and 44 deletions

View File

@@ -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 %}