From 37ee0c9de91cac5bdb6275e12d35cb6b7697a7fb Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Mon, 18 Feb 2019 16:23:00 +0530 Subject: Reduce button size. --- yaksh/templates/yaksh/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 3500132..844855a 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -160,7 +160,7 @@ question_type = "{{ question.type }}" Files to download for this question
{% for f_name in files %}
- {{forloop.counter}}. {{f_name.get_filename}} + {{f_name.get_filename}}
{% endfor %} -- cgit