Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
eea733cf
Commit
eea733cf
authored
6 years ago
by
Todd Dembrey
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Gh-960: Tidy up review consensus to use the model form behaviour
parent
6f0778fe
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
opentech/apply/review/views.py
+2
-3
2 additions, 3 deletions
opentech/apply/review/views.py
with
2 additions
and
3 deletions
opentech/apply/review/views.py
+
2
−
3
View file @
eea733cf
...
...
@@ -4,7 +4,7 @@ from django.contrib.auth.decorators import login_required
from
django.core.exceptions
import
PermissionDenied
from
django.http
import
HttpResponseRedirect
from
django.shortcuts
import
get_object_or_404
from
django.urls
import
reverse_lazy
,
reverse
from
django.urls
import
reverse_lazy
from
django.utils.decorators
import
method_decorator
from
django.views.generic
import
CreateView
,
ListView
,
DetailView
...
...
@@ -18,8 +18,7 @@ from opentech.apply.stream_forms.models import BaseStreamForm
from
opentech.apply.users.decorators
import
staff_required
from
opentech.apply.utils.views
import
CreateOrUpdateView
from
.models
import
Review
,
ReviewOpinion
from
.options
import
OPINION_CHOICES
,
AGREE
from
.models
import
Review
class
ReviewContextMixin
:
...
...
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