Skip to content

Commit 90ff2c6

Browse files
committed
removed delete button for now
1 parent b0d56c0 commit 90ff2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ingest/templates/ingest/collection_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ <h1><b>Submission Name</b> {{ collection.name }}
8686
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Edit</button>
8787
</a>
8888
&nbsp;
89-
<a href="{% url 'ingest:collection_delete' pk=collection.pk %}">
89+
<!--<a href="{% url 'ingest:collection_delete' pk=collection.pk %}">
9090
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Delete</button>
91-
</a>
91+
</a>-->
9292
&nbsp;
9393
<a href="{% url 'ingest:collection_list' %}">
9494
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Cancel</button>

0 commit comments

Comments
 (0)