fixed a bug where guest users were not able to view the page correctly
{% extends 'base.html' %}{% block content %} Select a user as a reviewer for this task.<br /> <form action="" method="POST"> {% csrf_token %} {{form.as_table}} <input type="submit" value="Select"> </form>{% endblock %}