mirror of
https://github.com/flextype/flextype.git
synced 2025-08-29 07:50:29 +02:00
- Users Controller/Views implementation
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<form action="" method="post">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
{{ csrf() }}
|
||||
<div class="row">
|
||||
<div class="col-4 float-center">
|
||||
<h3 class="h3 auth-header text-center">{{ tr('admin_create_new_user') }}</h3>
|
||||
|
Reference in New Issue
Block a user