Solution
@app.route('/approve_student',methods = ['GET','POST'])
def approve_student(student_email):
@app.route('/approve_student/',methods = ['GET','POST'])
def approve_student(student_email):
href="{{ url_for('approve_student', student_email=row[4]) }}"