Add realm indicator
This commit is contained in:
parent
5ff47a2806
commit
a1b605f406
@ -1,3 +1,4 @@
|
|||||||
|
<h1>Einen Nutzer für den Bereich {{ realm.name }} anlegen</h1>
|
||||||
<form action="{{ url('realm-user-add', args=[realm.id]) }}" method="post">
|
<form action="{{ url('realm-user-add', args=[realm.id]) }}" method="post">
|
||||||
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
|
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
|
||||||
{{ form.as_p() }}
|
{{ form.as_p() }}
|
||||||
|
|||||||
Reference in New Issue
Block a user