Adds feature #33 - the ability to view single assignments.
Made it possible to view one or more assignments by themselves without a course.
Made use of existing assignments.django.html and assignments.py that were not in use.
Updated assignments to link to page with only that assignment.
Currently not possible to go to the edit page for an assignment in the
assignments page because it needs a course id to do so, which is not included when viewing one assignment.
Adds feature #33 - the ability to view single assignments.
Made it possible to view one or more assignments by themselves without a course.
Made use of existing assignments.django.html and assignments.py that were not in use. Updated assignments to link to page with only that assignment. Currently not possible to go to the edit page for an assignment in the assignments page because it needs a course id to do so, which is not included when viewing one assignment.