adhocracy-plus
adhocracy-plus copied to clipboard
[8133] apps/users: add new menu item Help to userindicator
The new menu item will appear if the setting APLUS_MANUAL_URL is set. The url will get the language code and ":start" appended to account for the user language.
Testing: in base.py
change APLUS_MANUAL_URL
to https://manual.adhocracy.plus
and login. The userindicator should now contain a new help menu item.
Tasks
- [x] PR name contains story or task reference
- [ ] Documentation (docs and inline)
- [ ] Tests (including n+1 and django_assert_num_queries where applicable)
- [x] Changelog