log.warning("Asked to generate a certificate for student "+str(user.username)+" but without a grade.")
log.warning("Asked to generate a certificate for student "+str(user.username)+" but with a grade of "+str(grade)+" and active status "+str(user.is_active))