Reverse a mistake. DataRuns is from Rami and should use Rami's field names
[htsworkflow.git] / htsworkflow / frontend / experiments / views.py
index 404103f643b23cb1d6dffaa1c042b22e4ced76e8..a2d14bb3823f487bf5719b1be0b05c1b33621af0 100755 (executable)
@@ -7,7 +7,7 @@ from django.http import HttpResponse
 from django.core.exceptions import ObjectDoesNotExist
 
 def index(request):
-    all_runs = DataRun.objects.all().order_by('-run_start_time')
+    all_runs = DataRun.objects.order_by('-run_start_time')
     #t = loader.get_template('experiments/index.html')
     #c = Context({
     #    'data_run_list': all_runs,