Skip to content
Snippets Groups Projects
Commit 1adcb4ed authored by Piotr Gawron's avatar Piotr Gawron
Browse files

mend

parent 3eaf8ba6
No related branches found
No related tags found
1 merge request!304Resolve "two visits with the same dates"
Pipeline #37875 failed
......@@ -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="#"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment