-
+ groups
Polyphonic
Musical Ensemble Manager
diff --git a/polyphonic/interface/templates/bulma/file_upload.html b/polyphonic/interface/templates/bulma/file_upload.html
index 2a21d4d..7711ff4 100644
--- a/polyphonic/interface/templates/bulma/file_upload.html
+++ b/polyphonic/interface/templates/bulma/file_upload.html
@@ -6,7 +6,7 @@
{% crispy_field field 'class' 'file-input'%}
-
+ file_upload
Choose a fileā¦
@@ -25,4 +25,4 @@
fileName.textContent = fileInput.files[0].name;
}
}
-
\ No newline at end of file
+
diff --git a/polyphonic/interface/templates/interface/ensemble_detail.html b/polyphonic/interface/templates/interface/ensemble_detail.html
index 145aac3..b85cb95 100644
--- a/polyphonic/interface/templates/interface/ensemble_detail.html
+++ b/polyphonic/interface/templates/interface/ensemble_detail.html
@@ -1,19 +1,20 @@
{% extends "interface/project_base.html" %}
{% load md2 %}
+{% load polyphonic %}
{% block admin %}
-
+ {{ "add_notes"|icon }}
Add project
{% if inactive %}
-
+ {{ "preview_off"|icon }}
Hide old
{% else %}
-
+ {{ "preview"|icon }}
Show all
{% endif %}
@@ -54,4 +55,4 @@ Contacts:
Forget this ensemble
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/polyphonic/interface/templates/interface/ensemble_list.html b/polyphonic/interface/templates/interface/ensemble_list.html
index 8f370ff..e5f9031 100644
--- a/polyphonic/interface/templates/interface/ensemble_list.html
+++ b/polyphonic/interface/templates/interface/ensemble_list.html
@@ -5,7 +5,7 @@
{% comment %}
This page lets you link a work to a google drive folder. You can either paste a public link to a folder to enable syncing or a file to add individually
@@ -14,26 +20,24 @@
{% if meta.folderid %}
-This work is currently linked to {{ meta.folderid }}. Pasting a new folder link will overwrite this.
+This work is currently linked to {{ meta.folderid }}.
+Pasting a new folder link will overwrite this.
{% else %}
There is currently no shared drive folder linked to this work - paste one here to enable syncing.
{% endif %}
-