Skip to content
Snippets Groups Projects
Verified Commit 3389dbac authored by sistason's avatar sistason
Browse files

test where the invite blueprint gets imported (where it shouldn't)

parent aa0ba6dd
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ from uffd.navbar import register_navbar ...@@ -15,6 +15,8 @@ from uffd.navbar import register_navbar
from uffd.ratelimit import host_ratelimit, format_delay from uffd.ratelimit import host_ratelimit, format_delay
from uffd.signup.views import signup_ratelimit from uffd.signup.views import signup_ratelimit
raise ValueError
bp = Blueprint('invite', __name__, template_folder='templates', url_prefix='/invite/') bp = Blueprint('invite', __name__, template_folder='templates', url_prefix='/invite/')
def invite_acl(): def invite_acl():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment