Skip to content

Commit 8088abb

Browse files
author
SM_SAYEED
committed
public access to results on the browser- enabled
1 parent f4c1771 commit 8088abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/property_detail.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ <h3>Upload a {{ pretty_title }} {{ tab.title() }} {% if tab == 'dataset' %}(CSV
185185
<a href="{{ url_for('view_result_file', property_name=property_name, tab=tab, filename=fname) }}" target="_blank">View</a>
186186
{% endif %}
187187
<a href="{{ url_for('uploaded_file', filename=property_name + '/' + tab + '/' + fname) }}" download>Download</a>
188+
188189
{% if admin %}
189-
<form action="{{ url_for('delete_dataset_file', property_name=property_name, tab=tab, filename=fname) }}" method="post" style="display:inline;" onsubmit="return confirm('Delete this file?');">
190+
<form action="{{ url_for('delete_dataset_file', property_name=property_name, tab=tab, filename=fname) }}" method="post" style="display:inline;" onsubmit="return confirm('Delete this file?');">
190191
<button type="submit" class="delete-btn">Delete</button>
191192
</form>
192193
{% endif %}

0 commit comments

Comments
 (0)