Skip to content

Commit

Permalink
Remove display of journalist username from replies in source interface
Browse files Browse the repository at this point in the history
In 413e887 in #1534 we added the
display of journalist usernames in replies shown to sources in order
to improve source UX. However, we have decided that this is a change we
want to push until post-0.4, so we are going to change this back for now..
  • Loading branch information
redshiftzero committed Apr 21, 2017
1 parent 2c04138 commit d1a8537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/source_templates/lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2 class="headline">Get Replies</h2>
</p>
</div>
</form>
<blockquote><h5>From: {{ reply.journalist.username|title }}</h5> {{ reply.decrypted | nl2br }}</blockquote>
<blockquote>{{ reply.decrypted | nl2br }}</blockquote>
<div class="clearfix"></div>
</div>
{% endfor %}
Expand Down

0 comments on commit d1a8537

Please sign in to comment.