Files
habitica/website
Keith Holliday 7d42e8fc71 Added email invite limit (#8664)
* Added email invite limit

* change error message for sending too many invitations to instruct them to email us

* fix test error message to use variable in locales string

* add comment to warn about keeping INVITES_LIMIT low

If INVITES_LIMIT is allowed to be greater than MAX_EMAIL_INVITES_BY_USER
then the inviter can send more than MAX_EMAIL_INVITES_BY_USER invitations
at once.
2017-04-12 15:54:35 -05:00
..
2017-04-11 19:23:28 +00:00
2016-09-29 13:32:36 +02:00
2017-04-11 19:23:28 +00:00
2017-04-12 15:54:35 -05:00
2017-04-12 15:54:35 -05:00
2017-04-11 19:23:28 +00:00
2017-04-11 22:23:27 +00:00

/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.

The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.