Removing project content and adding a note
[laas.git] / src / templates / base / booking / booking_grid_item.html
diff --git a/src/templates/base/booking/booking_grid_item.html b/src/templates/base/booking/booking_grid_item.html
deleted file mode 100644 (file)
index 3c72fd2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<p>{{ id|default:"id" }}</p>
-<p>{{ lab|default:"lab" }}</p>
-<p>{{ resource_name|default:"resource name" }}</p>
-<p>{{ start|default:"start" }}</p>
-<p>{{ end|default:"end" }}<p>
-<p>Collaborators:</p>
-<ul>
-    {% for collaborator in collaborators %}
-    <li>{{ collaborator }}</li>
-    {% endfor %}
-</ul>