We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No test plan needed. Part of #1772 and #1773.
File "akvo/rsr/views/project.py", line 341, in main 'project_admin': request.user.is_superuser or request.user.is_admin or True in ...
In addition: project page crashes when no accordion.
The text was updated successfully, but these errors were encountered:
[#1868] Fix AnonymousUser bug and JS crash when no descriptions
bc59994
Merge pull request #1869 from akvo/#1868-results-user
974f245
[#1868] Additional results framework enhancements
8c92aa5
KasperBrandt
No branches or pull requests
Test plan
No test plan needed. Part of #1772 and #1773.
Issue description
File "akvo/rsr/views/project.py", line 341, in main
'project_admin': request.user.is_superuser or request.user.is_admin or True in ...
In addition: project page crashes when no accordion.
The text was updated successfully, but these errors were encountered: