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
message="CSV file must contain the following columns: roll_no, name, grade, remarks."
1274
+
message="CSV file must contain the following columns: roll_no, grade, remarks."
1275
1275
context= {
1276
1276
"message":message,
1277
1277
}
@@ -1503,7 +1503,17 @@ def generate_pdf(request):
1503
1503
)
1504
1504
)
1505
1505
elements.append(grade_table2)
1506
-
elements.append(Spacer(1, 20))
1506
+
elements.append(Spacer(1, 40))
1507
+
1508
+
verified_style=ParagraphStyle(
1509
+
"VerifiedStyle",
1510
+
parent=styles["Normal"],
1511
+
fontSize=13,
1512
+
textColor=HexColor("#333333"),
1513
+
alignment=0, # Center alignment
1514
+
spaceAfter=20,
1515
+
)
1516
+
elements.append(Paragraph("I have carefully checked and verified the submitted grade. The grade distribution and submitted grades are correct. [Please mention any exception below.]", verified_style))
0 commit comments