From 054cb7a7d898cab8902dd6c97db4072b01bd2af9 Mon Sep 17 00:00:00 2001
From: prathamesh
Date: Fri, 23 Oct 2020 03:55:43 +0530
Subject: Update marks using CSV file upload
---
yaksh/templates/yaksh/monitor.html | 54 +++++++++++++++++++++++++++++++++-----
1 file changed, 47 insertions(+), 7 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/monitor.html b/yaksh/templates/yaksh/monitor.html
index 0a8e3e9..2b43ec1 100644
--- a/yaksh/templates/yaksh/monitor.html
+++ b/yaksh/templates/yaksh/monitor.html
@@ -4,7 +4,7 @@
{% block title %} Monitor {% endblock %}
{% block pagetitle %} Monitor {% endblock pagetitle %}
-{% block meta %} {% endblock meta %}
+{% block meta %} {% endblock meta %}
{% block script %}
{% if papers %}
@@ -87,22 +87,58 @@ $(document).ready(function()
{% endif %}
+
+ - Download the CSV file from the button above
+ - Edit and upload the same
+
+