We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d56c0 commit 90ff2c6Copy full SHA for 90ff2c6
ingest/templates/ingest/collection_detail.html
@@ -86,9 +86,9 @@ <h1><b>Submission Name</b> {{ collection.name }}
86
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Edit</button>
87
</a>
88
89
- <a href="{% url 'ingest:collection_delete' pk=collection.pk %}">
+ <!--<a href="{% url 'ingest:collection_delete' pk=collection.pk %}">
90
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Delete</button>
91
- </a>
+ </a>-->
92
93
<a href="{% url 'ingest:collection_list' %}">
94
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Cancel</button>
0 commit comments