Browse Source

Selecteur js pour l'école

refactor_history
Gabriel Detraz 8 years ago
committed by root
parent
commit
cbdcdd6dbe
  1. 2
      users/templates/users/user.html

2
users/templates/users/user.html

@ -33,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<form class="form" method="post">
{% csrf_token %}
{% massive_bootstrap_form userform 'room' %}
{% massive_bootstrap_form userform 'room,school' %}
{% bootstrap_button "Créer ou modifier" button_type="submit" icon="star" %}
</form>
<br />

Loading…
Cancel
Save