fix nonprofit form and fix some mistakes in video links

This commit is contained in:
Michael Q Larson
2014-11-04 14:57:00 -08:00
parent 86129e3b6f
commit 80fbe1dee4
9 changed files with 123 additions and 123 deletions

View File

@ -13,7 +13,7 @@ var userSchema = new mongoose.Schema({
google: String,
instagram: String,
tokens: Array,
challenges_completed: Array,
challengesCompleted: Array,
profile: {
name: { type: String, default: '' },