Remove non-existant review attribute

The review has no `log_name` attribute, so this line effectively renders
nothing, but we should remove it.
This commit is contained in:
Patrick Smith 2018-11-06 16:55:29 -05:00
parent 7c6aa5d238
commit 0032875859

View File

@ -101,7 +101,6 @@
<li> <li>
<article class='approval-log__log-item'> <article class='approval-log__log-item'>
<div> <div>
{{ review.log_name }}
<h3 class='approval-log__log-item__header'>{{ review.status.log_name }} by {{ review.full_name_reviewer }}</h3> <h3 class='approval-log__log-item__header'>{{ review.status.log_name }} by {{ review.full_name_reviewer }}</h3>
{% if review.comment %} {% if review.comment %}
<p>{{ review.comment }}</p> <p>{{ review.comment }}</p>