#42 Show email and phone number in admin page.

Merged
jocelyn merged 1 commits from sileht/sileht/ttnn into FFDN/master 7 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wifiwithme/apps/contribmap/admin.py

+ 1 - 1
wifiwithme/apps/contribmap/admin.py

@@ -18,7 +18,7 @@ class ContribAdmin(admin.ModelAdmin):
 
     fieldsets = [
         [None, {
-            'fields': [('name', 'contrib_type'), 'comment'],
+            'fields': [('name', 'contrib_type'), 'comment', 'email', 'phone'],
         }],
         ['Localisation', {
             'fields': [