From 7d568d24514cfc67a149b1eae80ba3d8490c1016 Mon Sep 17 00:00:00 2001
From: adityacp
Date: Thu, 16 Mar 2017 16:45:37 +0530
Subject: Remove link for sample download of questions upload

---
 yaksh/templates/yaksh/showquestions.html | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'yaksh')

diff --git a/yaksh/templates/yaksh/showquestions.html b/yaksh/templates/yaksh/showquestions.html
index 73612d5..157b378 100644
--- a/yaksh/templates/yaksh/showquestions.html
+++ b/yaksh/templates/yaksh/showquestions.html
@@ -10,10 +10,6 @@
 
 {% block content %}
 
-<h4>Please Download Sample Zip file to view zip file contents before uploading
-Questions</h4>
-<a href="{{URL_ROOT}}/exam/manage/download_demo_question">Sample Zip File</a>
-<br><br>
 <h4>Upload ZIP file for adding questions</h4>
 <form action="" method="post"  enctype="multipart/form-data">
 {% csrf_token %}
-- 
cgit