Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rixx
uffd
Commits
3389dbac
Verified
Commit
3389dbac
authored
3 years ago
by
sistason
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uffd/invite/views.py
+2
-0
2 additions, 0 deletions
uffd/invite/views.py
with
2 additions
and
0 deletions
uffd/invite/views.py
+
2
−
0
View file @
3389dbac
...
@@ -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
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment