mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-19 01:44:51 +00:00
make forms less problematic
This commit is contained in:
parent
f2ee0279f0
commit
b19dedc568
9 changed files with 42 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
from flask import Blueprint, request, render_template, abort, flash, redirect, url_for
|
||||
from flask_login import login_required, current_user, logout_user
|
||||
from server.models import Scores, Users, Sessions
|
||||
from server.config import GAME_VERSION, MAX_TOP_SCORES
|
||||
from .models import Scores, Users, Sessions
|
||||
from .config import GAME_VERSION, MAX_TOP_SCORES
|
||||
|
||||
|
||||
blueprint = Blueprint("views", __name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue