beat.web.ui.views.
index
Our main index page
login
Login page
blocked_user_reactivation
Reactivation page
gather_contributions
Gather contributions that are accessible to a certain requestor
activity_stream
User-specific activity stream
docreq
Request a documentation for an existing platform object
user_settings
User settings page (password and token change)
empty_error500_for_tests
Custom error 500 view used ONLY DURING THE TESTS
Without it, Django tries to render the custom one from the website when an error occurs in some tests, but fails because some variables needed by the template aren’t found.