You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/18 19:38:27 UTC

[airavata-django-portal] 10/20: AIRAVATA-3453 lint error

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch airavata-3453
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 8e4ab9304355496c8a0672f9e3b5cebbcff6c230
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu May 6 17:40:36 2021 -0400

    AIRAVATA-3453 lint error
---
 django_airavata/apps/workspace/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/apps/workspace/views.py b/django_airavata/apps/workspace/views.py
index 84cc7e6..a701800 100644
--- a/django_airavata/apps/workspace/views.py
+++ b/django_airavata/apps/workspace/views.py
@@ -124,7 +124,7 @@ def edit_experiment(request, experiment_id):
     request.active_nav_item = 'experiments'
 
     return render(request,
-                #   'django_airavata_workspace/edit_experiment.html',
+                  #   'django_airavata_workspace/edit_experiment.html',
                   'django_airavata_workspace/supcrtbl2.html',
                   {'bundle_name': 'edit-experiment',
                    'experiment_id': experiment_id})