1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-29 07:50:29 +02:00

Flextype Box Plugin: Admin #125 #117

- Users Controller/Views implementation
This commit is contained in:
Awilum
2019-05-30 23:00:54 +03:00
parent 7c37a7dc29
commit 452dd7fd1a

View File

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