|
@ -3,7 +3,7 @@ from flask import Flask, url_for, render_template, Markup, redirect, request, fl |
|
|
from flask import session as login_session |
|
|
from flask import session as login_session |
|
|
from forms import ReusableForm |
|
|
from forms import ReusableForm |
|
|
from config import Config |
|
|
from config import Config |
|
|
import json_actions |
|
|
# import json_actions |
|
|
import json |
|
|
import json |
|
|
|
|
|
|
|
|
app = Flask(__name__, static_url_path='', static_folder="static", template_folder="templates") |
|
|
app = Flask(__name__, static_url_path='', static_folder="static", template_folder="templates") |
|
|