diff --git a/reviewboard/templates/reviews/review_reply.html b/reviewboard/templates/reviews/review_reply.html
index c24125f2bd208cb48c7e51c9643967a8b7ecb140..fd45dbf7f3512cf44e3951b23f71915ec0b3bc20 100644
--- a/reviewboard/templates/reviews/review_reply.html
+++ b/reviewboard/templates/reviews/review_reply.html
@@ -1,6 +1,7 @@
 {% load avatars djblets_utils i18n reviewtags tz %}
 
 <li{% if draft %} class="draft"{% endif %}{% if comment_id %} data-comment-id="{{comment_id}}"{% endif %}>
+ <a class="comment-anchor" name="{{comment.anchor_prefix}}{{comment_id}}"></a>
  <div class="comment-author">
   <label for="{% if draft %}draft{% endif %}comment_{{context_id}}-{{id}}">
    <div class="avatar-container">
