mirror of
https://github.com/flextype/flextype.git
synced 2025-08-28 23:40:41 +02:00
- Plugins Controller/Views implementation
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
{% block content %}
|
||||
<form>
|
||||
<input type="hidden" name="url" value="{{ base_url() }}/admin/plugins/change-status">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
{{ csrf() }}
|
||||
</form>
|
||||
<table class="table no-margin">
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user