Skip to content

Commit 0783890

Browse files
committed
Removed the requirement for review_content field to be mandatory when
using "link" method. This partially addresses ietf-tools#2520. Commit ready for merge. - Legacy-Id: 15349
1 parent dcabfc8 commit 0783890

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/doc/views_review.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ def require_field(f):
443443
require_field("review_file")
444444
elif submission_method == "link":
445445
require_field("review_url")
446-
require_field("review_content")
447446

448447
@login_required
449448
def complete_review(request, name, request_id):

0 commit comments

Comments
 (0)