mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +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/>.
|
||||
|
||||
|
||||
from flask import Blueprint
|
||||
from flask import Blueprint, render_template, redirect
|
||||
from flask_user import current_user, login_required
|
||||
from app.models import db
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user