add comment about course start date logic

This commit is contained in:
ichuang
2012-08-06 14:23:55 -04:00
parent 6f894c816c
commit b1ddff838c

View File

@@ -63,6 +63,7 @@
%if user.is_authenticated():
%if registered:
<%
## TODO: move this logic into a view
if course.has_started() or settings.MITX_FEATURES['DISABLE_START_DATES']:
course_target = reverse('info', args=[course.id])
else: