diff --git a/Web/app.py b/Web/app.py index 7e9eb9c..b3c6a9d 100755 --- a/Web/app.py +++ b/Web/app.py @@ -18,7 +18,6 @@ Features: """ 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_wtf.csrf import CSRFProtect from werkzeug.utils import secure_filename from werkzeug.middleware.proxy_fix import ProxyFix from werkzeug.exceptions import HTTPException diff --git a/Web/templates/register.html b/Web/templates/register.html index d2cbd41..a13a510 100755 --- a/Web/templates/register.html +++ b/Web/templates/register.html @@ -25,9 +25,6 @@
- - -