mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
ab305ccbc6
(Fred, is there a reason why you're using form.id.validate()? Doesn't seem to be defined in here. Also properly deletes the session using session.clear rather than session = None. As session is an observable object, if it is updated to None, the session will *not* be invalided at the end of the request. Instead, you have to call clear() which will clear its members so the cookie will be updated accordingly at the end of the request. |
||
---|---|---|
.. | ||
static | ||
templates | ||
__init__.py | ||
default_settings.py | ||
forms.py | ||
models.py | ||
utils.py | ||
web.py |