Clean up commented-out code in views.py

parent 87cb8c2f
...@@ -10,9 +10,6 @@ def index(request): ...@@ -10,9 +10,6 @@ def index(request):
def assignments(request): def assignments(request):
all_assignments = models.Assignment.objects.all() all_assignments = models.Assignment.objects.all()
# template = get_template('assignments.html')
# output = template.render({'assignments': all_assignments})
# return HttpResponse(output)
output = "" output = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment