feat: page abonné /compte/roadmap avec vote #94

This commit is contained in:
Colin Maudry
2026-06-30 14:19:34 +02:00
parent 147c943cdf
commit 5b9faa5a76
3 changed files with 56 additions and 0 deletions
+6
View File
@@ -23,6 +23,12 @@ SECTIONS = [
"href": "/compte/vues",
"require_subscription": True,
},
{
"key": "roadmap",
"label": "Roadmap",
"href": "/compte/roadmap",
"require_subscription": True,
},
]