This commit is contained in:
@@ -17,7 +17,6 @@ Features:
|
|||||||
- Booking and reservation of items
|
- Booking and reservation of items
|
||||||
"""
|
"""
|
||||||
from random import random
|
from random import random
|
||||||
|
|
||||||
from flask import Flask, render_template, request, redirect, url_for, session, flash, send_from_directory, get_flashed_messages, jsonify, Response, make_response, send_file, abort
|
from flask import Flask, render_template, request, redirect, url_for, session, flash, send_from_directory, get_flashed_messages, jsonify, Response, make_response, send_file, abort
|
||||||
from werkzeug.utils import secure_filename
|
from werkzeug.utils import secure_filename
|
||||||
from werkzeug.middleware.proxy_fix import ProxyFix
|
from werkzeug.middleware.proxy_fix import ProxyFix
|
||||||
@@ -5162,7 +5161,6 @@ def student_card_class_barcode_download():
|
|||||||
"""
|
"""
|
||||||
Download PDF with student card barcodes filtered by a specific class from dropdown.
|
Download PDF with student card barcodes filtered by a specific class from dropdown.
|
||||||
"""
|
"""
|
||||||
from flask import request, session, redirect, url_for, send_file, flash
|
|
||||||
|
|
||||||
if 'username' not in session:
|
if 'username' not in session:
|
||||||
return redirect(url_for('login'))
|
return redirect(url_for('login'))
|
||||||
|
|||||||
Reference in New Issue
Block a user