Skip to content
Snippets Groups Projects
Commit 4346bace authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add explanation of persons_accounts view.

parent 76c5575f
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,17 @@
{% endblock %}
{% block content %}
<div class="jumbotron">
<p>
{% blocktrans %}
You can use this form to assign user accounts to persons. Use the
dropdowns to select existing accounts; use the text fields to create new
accounts on-the-fly. The latter will create a new account with the
entered username and copy all other details from the person.
{% endblocktrans %}
</p>
</div>
<form method="post">
{% csrf_token %}
{{ persons_accounts_formset.management_form }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment