diff --git a/preferences/templates/preferences/display_preferences.html b/preferences/templates/preferences/display_preferences.html
old mode 100644
new mode 100755
index 09395b21..1faef59d
--- a/preferences/templates/preferences/display_preferences.html
+++ b/preferences/templates/preferences/display_preferences.html
@@ -25,11 +25,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load bootstrap3 %}
{% load acl %}
+{% load design %}
{% block title %}Création et modification des préférences{% endblock %}
{% block content %}
-
Téléphone obligatoirement requis |
- {{ useroptions.is_tel_mandatory }} |
+ {{ useroptions.is_tel_mandatory|tick }} |
+ Auto inscription |
+ {{ useroptions.self_adhesion|tick }} |
+
+
Champ gpg fingerprint |
- {{ useroptions.gpg_fingerprint }} |
+ {{ useroptions.gpg_fingerprint|tick }} |
+ Shell par défaut des utilisateurs |
+ {{ useroptions.shell_default }} |
Creations d'adhérents par tous |
- {{ useroptions.all_can_create_adherent }} |
- Creations de clubs par tous |
- {{ useroptions.all_can_create_club }} |
+ {{ useroptions.all_can_create_adherent|tick }} |
+ Creations de clubs par tous |
+ {{ useroptions.all_can_create_club|tick }} |
Auto inscription |
@@ -56,6 +63,21 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{{ useroptions.shell_default }} |
+
+