Add realm indicator

This commit is contained in:
Götz 2019-03-31 12:48:12 +02:00
parent 5ff47a2806
commit a1b605f406

View File

@ -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">
<input type="hidden" name="csrfmiddlewaretoken" value="{{ csrf_token }}">
{{ form.as_p() }}