diff --git a/Makefile b/Makefile index 6636d90..067a193 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,12 @@ static/fonts/Quicksand_Book.otf: rm quicksand.zip start_s3_storage: - test ! -f teststore/pid + test -f teststore/pid && ${MAKE} stop_s3_storage mkdir -p teststore MINIO_ACCESS_KEY=polyphonic_test_key MINIO_SECRET_KEY=polyphonic_secret minio server teststore & echo "$$!" > teststore/pid cat teststore/pid stop_s3_storage: - kill `cat teststore/pid` && rm teststore/pid \ No newline at end of file + kill `cat teststore/pid` | true + rm teststore/pid + diff --git a/interface/templates/interface/submission_list.html b/interface/templates/interface/submission_list.html index 5089fe4..c4aa730 100644 --- a/interface/templates/interface/submission_list.html +++ b/interface/templates/interface/submission_list.html @@ -15,8 +15,13 @@
+ {{ object.name }} ({{ object.instrument }}) + {{ object.date }} + Download +
+ {% endwith %} +