1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget
Arnaud Bos 88cd2f8675 Fix #24 on Authentication and New project forms usability.
- Do not display anymore the identifier field in home.

- Let the user enter the id if the slug generated from project name already exists as a project id.

- Moved get_billform_for from 'utils' to 'forms', to avoid issue (was 'from forms import ...' into utils,
  and 'from utils import ...' into forms, which causeed an error).
2011-09-11 05:30:28 +02:00
..
static change the color of the font in the main page 2011-08-25 18:25:10 +02:00
templates Fix #24 on Authentication and New project forms usability. 2011-09-11 05:30:28 +02:00
default_settings.py Invite people after project creation. 2011-07-30 15:47:26 +02:00
forms.py Fix #24 on Authentication and New project forms usability. 2011-09-11 05:30:28 +02:00
models.py Move some logic to the models and add comments. 2011-09-09 19:57:28 +02:00
run.py Fix #24 on Authentication and New project forms usability. 2011-09-11 05:30:28 +02:00
tests.py Refactor the application to use blueprints. 2011-09-09 21:21:37 +02:00
utils.py Fix #24 on Authentication and New project forms usability. 2011-09-11 05:30:28 +02:00
web.py Fix #24 on Authentication and New project forms usability. 2011-09-11 05:30:28 +02:00