Browse Source

#865: add default empty fallback for misago profile fields

Rafał Pitoń 8 years ago
parent
commit
a5d3cbaf12
1 changed files with 5 additions and 0 deletions
  1. 5 0
      misago/conf/defaults.py

+ 5 - 0
misago/conf/defaults.py

@@ -101,6 +101,11 @@ MISAGO_NEW_REGISTRATIONS_VALIDATORS = [
 ]
 ]
 
 
 
 
+# Custom profile fields
+
+MISAGO_PROFILE_FIELDS = []
+
+
 # Stop Forum Spam settings
 # Stop Forum Spam settings
 
 
 MISAGO_USE_STOP_FORUM_SPAM = True
 MISAGO_USE_STOP_FORUM_SPAM = True