Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MyIgel
hub
Commits
e4859c8c
Commit
e4859c8c
authored
1 year ago
by
Lucas Brandstaetter
Browse files
Options
Downloads
Patches
Plain Diff
Fix bo project view
parent
37c8e966
Branches
Branches containing commit
Tags
v6.07
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backoffice/views/projects.py
+1
-0
1 addition, 0 deletions
src/backoffice/views/projects.py
with
1 addition
and
0 deletions
src/backoffice/views/projects.py
+
1
−
0
View file @
e4859c8c
...
@@ -24,6 +24,7 @@ class ProjectListView(ConferenceLoginRequiredMixin, FilteredListView):
...
@@ -24,6 +24,7 @@ class ProjectListView(ConferenceLoginRequiredMixin, FilteredListView):
model
=
Project
model
=
Project
template_name
=
'
backoffice/project/list.html
'
template_name
=
'
backoffice/project/list.html
'
context_object_name
=
'
projects
'
context_object_name
=
'
projects
'
paginate_by
=
'
all
'
filters
=
{}
filters
=
{}
def
get_queryset
(
self
):
def
get_queryset
(
self
):
...
...
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