Fixed two name errors
This commit is contained in:
parent
44539c2c74
commit
a0b266d78d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from flask import Module, render_template, jsonify
|
||||
from flask import Module, render_template, jsonify, redirect, \
|
||||
url_for
|
||||
from flask_website.utils import request_wants_json
|
||||
from flask_website.listings.extensions import extensions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue