summaryrefslogtreecommitdiff
path: root/templates/about/team.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about/team.html')
-rw-r--r--templates/about/team.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/about/team.html b/templates/about/team.html
deleted file mode 100644
index 2857efe..0000000
--- a/templates/about/team.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% for tutor in tutors %}
-<section class="quiet flexible">
- {% if loop.index0 % 2 == 0 %}
- {% include "blurb.html" %}
- {% include "figure.html" %}
- {% else %}
- {% include "figure.html" %}
- {% include "blurb.html" %}
- {% endif %}
-</section>
-
-<section></section>
-{% endfor %}