about summary refs log tree commit diff
path: root/uploader/templates/phenotypes/sui-load-phenotypes-success.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/phenotypes/sui-load-phenotypes-success.html')
-rw-r--r--uploader/templates/phenotypes/sui-load-phenotypes-success.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/uploader/templates/phenotypes/sui-load-phenotypes-success.html b/uploader/templates/phenotypes/sui-load-phenotypes-success.html
deleted file mode 100644
index dff0682..0000000
--- a/uploader/templates/phenotypes/sui-load-phenotypes-success.html
+++ /dev/null
@@ -1,26 +0,0 @@
-{%extends "phenotypes/sui-base.html"%}
-{%from "flash_messages.html" import flash_all_messages%}
-{%from "macro-table-pagination.html" import table_pagination%}
-
-{%block title%}Phenotypes{%endblock%}
-
-{%block pagetitle%}Phenotypes{%endblock%}
-
-{%block contents%}
-{{super()}}
-
-<div class="row">
-  <p>You have successfully loaded
-    <!-- maybe indicate the number of phenotypes here? -->your
-    new phenotypes into the database.</p>
-  <!-- TODO: Maybe notify user that they have sole access. -->
-  <!-- TODO: Maybe provide a link to go to GeneNetwork to view the data. -->
-  <p>View your data
-    <a href="{{search_page_uri}}"
-       target="_blank">on GeneNetwork2</a>.
-    You might need to login to GeneNetwork2 to view specific traits.</p>
-</div>
-{%endblock%}
-
-
-{%block more_javascript%}{%endblock%}