You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/views.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ def get_ca_export(filename):
57
57
worksheet.write(1, 3, "Contact", header_format)
58
58
worksheet.write(1, 4, "College", header_format)
59
59
forcainca_list:
60
-
if'iitj'notinca.college.lower() and'iit jodhpur'notinca.college.lower() and'Indian Institute of Technology Jodhpur'notinca.college.lower() and'Indian Institute of Technology, Jodhpur'notinca.college.lower():
60
+
if'iitj'notinca.college.lower() and'iit jodhpur'notinca.college.lower() and'indian institute of technology jodhpur'notinca.college.lower() and'indian institute of technology, jodhpur'notinca.college.lower():
0 commit comments