|
|
|
@ -57,6 +57,23 @@ function submitBday() { |
|
|
|
<form class="form" method="post"> |
|
|
|
{% csrf_token %} |
|
|
|
|
|
|
|
{% if action_name == 'Change the password' %} |
|
|
|
<div class="form-group"> |
|
|
|
{{ userform.selfpasswd.label_tag }} |
|
|
|
{% render_field userform.selfpasswd class="form-control" requiered=True %} |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
{{ userform.passwd1.label_tag }} |
|
|
|
{% render_field userform.passwd1 class="form-control" requiered=True %} |
|
|
|
</div> |
|
|
|
<div class="form-group"> |
|
|
|
{{ userform.passwd2.label_tag }} |
|
|
|
{% render_field userform.passwd2 class="form-control" requiered=True %} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
<h3>Informations générales</h3> |
|
|
|
|
|
|
|
{% if action_name == 'Create a user' %} |
|
|
|
@ -194,6 +211,8 @@ function submitBday() { |
|
|
|
{% endif %} |
|
|
|
</table> |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<button class="btn btn-success" type="submit">{{ action_name }}</button> |
|
|
|
|
|
|
|
|