aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/reminder_mail
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-9/+0
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-0/+9
- Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page.