Commit 7ce4f001 by Calen Pennington Committed by Matthew Mongeau

Conform to new TODO standards

parent b4d81e14
......@@ -4,7 +4,7 @@ from django.contrib.auth.decorators import login_required
def index(request):
# FIXME (cpennington): These need to be read in from the active user
# TODO (cpennington): These need to be read in from the active user
org = 'mit.edu'
course = '6002xs12'
course = keystore().get_item(['i4x', org, course, 'Course', None])
......
......@@ -107,3 +107,6 @@ If code qualifies:
* When impossible, it should live in the github repo.
* Discussion should live on github, Basecamp or Pivotal, depending on
context.
* Notes for later fixes should in general be put into Pivotal as stories.
If they are left in the code, they should be prefixed by
# TODO (<name>)
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