From 1adcb4ed016296a930e634ac617cc60959c40cc5 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Wed, 24 Feb 2021 18:17:35 +0100
Subject: [PATCH] mend

---
 smash/web/templates/study/edit.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smash/web/templates/study/edit.html b/smash/web/templates/study/edit.html
index 4968cad4..fcbadcd9 100644
--- a/smash/web/templates/study/edit.html
+++ b/smash/web/templates/study/edit.html
@@ -145,7 +145,7 @@
                                         <td class="text-center"><a title="Edit ETL"
                                                 {% if etl_entry.type == 'Import visit' %}
                                                                    href="{% url 'web.views.import_visit_edit' study_id etl_entry.id %}"
-                                                {% elif etl_entry.type == 'Subject visit' %}
+                                                {% elif etl_entry.type == 'Import subject' %}
                                                                    href="{% url 'web.views.import_subject_edit' study_id etl_entry.id %}"
                                                 {% else %}
                                                                    href="#"
@@ -158,7 +158,7 @@
                                                 <a
                                                 {% if etl_entry.type == 'Import visit' %}
                                                     href="{% url 'web.views.import_visit_execute' study_id etl_entry.id %}"
-                                                {% elif etl_entry.type == 'Subject visit' %}
+                                                {% elif etl_entry.type == 'Import subject' %}
                                                     href="{% url 'web.views.import_subject_execute' study_id etl_entry.id %}"
                                                 {% else %}
                                                     href="#"
-- 
GitLab