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
763a868f
Commit
763a868f
authored
6 years ago
by
Todd Dembrey
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Use the block render method to control display and more robust ordering
parent
b9e64059
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
+1
-4
1 addition, 4 deletions
opentech/apply/review/views.py
with
1 addition
and
4 deletions
opentech/apply/review/views.py
+
1
−
4
View file @
763a868f
import
json
from
django.core.exceptions
import
PermissionDenied
from
django.http
import
HttpResponseRedirect
from
django.shortcuts
import
get_object_or_404
...
...
@@ -11,9 +9,8 @@ from wagtail.core.blocks import RichTextBlock
from
opentech.apply.activity.messaging
import
messenger
,
MESSAGES
from
opentech.apply.funds.models
import
ApplicationSubmission
from
opentech.apply.review.blocks
import
ScoreFieldBlock
,
RecommendationBlock
from
opentech.apply.review.blocks
import
RecommendationBlock
from
opentech.apply.review.forms
import
ReviewModelForm
from
opentech.apply.review.options
import
RATE_CHOICE_NA
,
RATE_CHOICES_DICT
from
opentech.apply.stream_forms.models
import
BaseStreamForm
from
opentech.apply.users.decorators
import
staff_required
from
opentech.apply.utils.views
import
CreateOrUpdateView
...
...
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