From 00328758596fbea99ed5553ce689ee3c48cf35dc Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 6 Nov 2018 16:55:29 -0500 Subject: [PATCH] Remove non-existant review attribute The review has no `log_name` attribute, so this line effectively renders nothing, but we should remove it. --- templates/requests/approval.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/requests/approval.html b/templates/requests/approval.html index bd7c99ba..b01ecda3 100644 --- a/templates/requests/approval.html +++ b/templates/requests/approval.html @@ -101,7 +101,6 @@
  • - {{ review.log_name }}

    {{ review.status.log_name }} by {{ review.full_name_reviewer }}

    {% if review.comment %}

    {{ review.comment }}