diff --git a/reviewboard/templates/reviews/review_draft_inline_form.html b/reviewboard/templates/reviews/review_draft_inline_form.html
index 49278e19cc23ffba724b02174af837ff8e7557aa..3d03c2aeeff8530934f98d3c219be58d10752cfe 100644
--- a/reviewboard/templates/reviews/review_draft_inline_form.html
+++ b/reviewboard/templates/reviews/review_draft_inline_form.html
@@ -20,7 +20,8 @@
    </dt>
    <dd>
     <pre class="editable comment-editable" id="screenshot-comment-{{comment.id}}">{{comment.text|escape}}</pre>
-
+    <input type="checkbox" id="comment-issue-{{comment.id}}" {% if comment.issue_opened %}checked="checked"{% endif %}/>
+    <label for="comment-issue-{{comment.id}}">Open an issue</label>
 {% comment %}
     <!-- We'll want to do this eventually... Need to make it work in a
          non-instant-apply world. -->
