Skip to content

Add per box settings (cf #41)

Yohan requested to merge gh-36ef32c8/62/ideascube/per-box-settings into master

This PR also:

  • fixes model mixins that was not inheriting from models.Model, so fields was not active
  • fixes form-fullpage.html template that was overriding title block
  • introduces a user.public_fields method, allowing to loop over user fields, even with a custom user model

If it's better, I can split this into other PRs. :)

Merge request reports