From a1904d0b41b73b6e18ea9371671110ef416b0766 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 1 Nov 2024 20:32:43 +0100 Subject: [PATCH] Adaptions to changed simplified user profile additions in users module --- fstools | 2 +- main/settings.py | 2 ++ patt | 2 +- requirements/reqif | 2 +- themes | 2 +- users | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/fstools b/fstools index c10e879..9237f6f 160000 --- a/fstools +++ b/fstools @@ -1 +1 @@ -Subproject commit c10e8792abb05671dab6de51cdadda3bf8ead50f +Subproject commit 9237f6f7f77eed79b8163077c1b4d87189193fbe diff --git a/main/settings.py b/main/settings.py index 6f56613..e99542e 100644 --- a/main/settings.py +++ b/main/settings.py @@ -139,6 +139,8 @@ STATIC_URL = 'static/' MEDIA_ROOT = os.path.join(BASE_DIR, 'data', 'media') MEDIA_URL = '/media/' +USERS_PROFILE_ADDITIONS = {"PaTT Profile": 'patt.forms.PattUserProfileForm'} + MYCREOLE_ROOT = os.path.join(BASE_DIR, 'data', 'mycreole') MYCREOLE_ATTACHMENT_ACCESS = { 'read': 'patt.access.read_attachment', diff --git a/patt b/patt index 80db1f7..7ff8071 160000 --- a/patt +++ b/patt @@ -1 +1 @@ -Subproject commit 80db1f71e9beb61851ef6a24aaa0bb2f86943dc6 +Subproject commit 7ff8071be90c27301dd14a056e5b9acb1bcb0181 diff --git a/requirements/reqif b/requirements/reqif index c0e8533..d24a128 160000 --- a/requirements/reqif +++ b/requirements/reqif @@ -1 +1 @@ -Subproject commit c0e8533af5eeb4dccb6cd8742c936eb456ce6466 +Subproject commit d24a1280fc8ea7518a503503f4254690ff2f581f diff --git a/themes b/themes index c63d873..47e9f31 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit c63d8731fe85374ef74abf24b0d205bce24f66b1 +Subproject commit 47e9f3104c5016ef9405c90ee5dfca6e638e7d82 diff --git a/users b/users index c9532aa..3a24ee2 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit c9532aaf37cc785583d7ffc89d1d2f738985171d +Subproject commit 3a24ee2459d25b71cbd6cf79e486ccbf3567b928