diff --git a/polyphonic/interface/templates/interface/ensemble_detail.html b/polyphonic/interface/templates/interface/ensemble_detail.html index b85cb95..3ea0d8c 100644 --- a/polyphonic/interface/templates/interface/ensemble_detail.html +++ b/polyphonic/interface/templates/interface/ensemble_detail.html @@ -36,22 +36,16 @@ Contacts: {% include 'interface/project_items.html' %} {% if request.is_admin %} -
-
-
-

Admin Details

-
- -
+
+

Admin Details

+
{% endif %} -
+ diff --git a/polyphonic/interface/templates/interface/ensemble_list.html b/polyphonic/interface/templates/interface/ensemble_list.html index e5f9031..dcd0c1d 100644 --- a/polyphonic/interface/templates/interface/ensemble_list.html +++ b/polyphonic/interface/templates/interface/ensemble_list.html @@ -43,8 +43,11 @@
{% empty %} -
- You don't currently have access to any ensembles - ask your administrator for a link. +
+
+

No ensembles found

+

Ask your administrator for a link.

+
{% endfor %}
diff --git a/polyphonic/interface/templates/interface/project_items.html b/polyphonic/interface/templates/interface/project_items.html index 561048a..28432c8 100644 --- a/polyphonic/interface/templates/interface/project_items.html +++ b/polyphonic/interface/templates/interface/project_items.html @@ -12,7 +12,8 @@

{{ project.rough_date }}

-
+
+
{{ project.event_date|date:"l jS F Y, g:i A" }}
{{ project.description | markdown }}
@@ -26,8 +27,8 @@
{% empty %} -
-
+
+

No projects currently planned

Go put your feet up!

diff --git a/polyphonic/library/templates/library/project_detail.html b/polyphonic/library/templates/library/project_detail.html index b44b4b9..f1f820e 100644 --- a/polyphonic/library/templates/library/project_detail.html +++ b/polyphonic/library/templates/library/project_detail.html @@ -1,6 +1,9 @@

Items + {% if request.is_admin %} + Edit Items + {% endif %}

{% for item in project.items.all %} @@ -20,7 +23,7 @@