summaryrefslogtreecommitdiff
path: root/static/website/templates/fetch_questions.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/fetch_questions.html')
-rw-r--r--static/website/templates/fetch_questions.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/static/website/templates/fetch_questions.html b/static/website/templates/fetch_questions.html
deleted file mode 100644
index d7492fc..0000000
--- a/static/website/templates/fetch_questions.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends 'website/templates/base.html' %}
-{% block content %}
-{{ category }}, {{ tutorial }}
-<br>
-Number of questions: {{ questions|length }} <br>
-{% for question in questions %}
- <a href="{% url 'website:get_question' question.id %}"> {{ question.title }}</a>
-{% endfor %}
-{% endblock %}