summaryrefslogtreecommitdiff
path: root/static/website/templates/recent_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/recent_questions.html')
-rw-r--r--static/website/templates/recent_questions.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/static/website/templates/recent_questions.html b/static/website/templates/recent_questions.html
deleted file mode 100644
index 1a4cc44..0000000
--- a/static/website/templates/recent_questions.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
-{% for question in recent_questions %}
- <li>{{question.title}}</li>
-{% endfor %}
-</ul>