Skip to content

Commit

Permalink
Removed the requirement for review_content field to be mandatory when
Browse files Browse the repository at this point in the history
using "link" method. This partially addresses #2520. Commit ready for
merge.
 - Legacy-Id: 15349
  • Loading branch information
kivinen committed Jul 14, 2018
1 parent dcabfc8 commit 0783890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ietf/doc/views_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ def require_field(f):
require_field("review_file")
elif submission_method == "link":
require_field("review_url")
require_field("review_content")

@login_required
def complete_review(request, name, request_id):
Expand Down

0 comments on commit 0783890

Please sign in to comment.