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.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/about/team.html b/templates/about/team.html
deleted file mode 100644
index c2b4498..0000000
--- a/templates/about/team.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% for tutor in tutors %}
-<sectionclass=" flexible">
- {% if loop.index0 % 2 == 0 %}
- {% include "blurb.html" %}
- {% include "figure.html" %}
- {% else %}
- {% include "figure.html" %}
- {% include "blurb.html" %}
- {% endif %}
- </section>
- {% endfor %} \ No newline at end of file