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 07c1f2a commit b0d56c0Copy full SHA for b0d56c0
ingest/templates/ingest/collection_detail.html
@@ -74,13 +74,13 @@ <h1><b>Submission Name</b> {{ collection.name }}
74
75
<table>
76
<tr>
77
- {% if descriptive_metadata_queryset %}
+ <!--{% if descriptive_metadata_queryset %}
78
<form action="" method="post">{% csrf_token %}
79
<button type="submit" class="cancel btn btn-primary" value="Validate" name="validate_collection">Validate</button>
80
81
82
</form>
83
- {% endif %}
+ {% endif %}-->
84
85
<a href="{% url 'ingest:collection_update' pk=collection.pk %}">
86
<button class="cancel btn btn-primary" value="ignore" formnovalidate="">Edit</button>
0 commit comments