mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix crash on accessing notifications
This commit is contained in:
parent
39d4cf362b
commit
5b68e494db
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
from flask import Blueprint
|
from flask import Blueprint, render_template, redirect
|
||||||
from flask_user import current_user, login_required
|
from flask_user import current_user, login_required
|
||||||
from app.models import db
|
from app.models import db
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user