nk20/apps/member
Yohann D'ANELLO 8434c0062c Merge branch 'beta' into JS_translations
# Conflicts:
#	apps/note/static/note/js/consos.js
#	locale/de/LC_MESSAGES/django.po
#	locale/es/LC_MESSAGES/django.po
#	locale/fr/LC_MESSAGES/django.po
2020-11-16 00:59:26 +01:00
..
api Merge Role and RolePermissions 2020-07-25 19:40:30 +02:00
migrations The note account must be active in order to have access to the Rest Framework API 2020-10-20 10:30:41 +02:00
static/member Extract strings from javascript files and translate them in french 2020-11-15 23:28:41 +01:00
templates/member Don't display too much detail when a user has no right to see a profile 2020-10-25 21:29:44 +01:00
templatetags Display banners when a user is no more a BDE or Kfet member 2020-10-07 11:46:43 +02:00
tests Index page is a redirection 2020-10-07 11:53:42 +02:00
__init__.py Unify file headers 2020-02-18 21:30:26 +01:00
admin.py Test and cover fully member app 2020-09-02 22:54:01 +02:00
apps.py Logging is finally processed at post saved, but old instance is querried 2020-02-27 16:25:18 +01:00
forms.py Can set a parent club to None 2020-10-07 09:48:21 +02:00
hashers.py Fix linters 2020-07-30 15:53:23 +02:00
models.py Fix registration permissions and procedure 2020-09-14 09:49:30 +02:00
signals.py Don't trigger signals when we add an object through a permission check 2020-09-07 14:52:37 +02:00
tables.py Don't display too much detail when a user has no right to see a profile 2020-10-25 21:29:44 +01:00
urls.py Separate club members in a dedicated page (WIP) 2020-07-31 13:17:16 +02:00
views.py Don't see user detail in update form 2020-10-25 21:49:16 +01:00