From 8b34b464fe106578547ddacdc40774ca22090627 Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Fri, 21 Jul 2017 11:47:28 +0200
Subject: [PATCH] Minor edit in report list for user

---
 scipost/templates/scipost/personal_page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html
index 06bdc5150..dd9465f35 100644
--- a/scipost/templates/scipost/personal_page.html
+++ b/scipost/templates/scipost/personal_page.html
@@ -429,7 +429,7 @@
                                                 <th style='min-width: 100px;'>Received:</th><td>{{ report.date_submitted|date:'Y-n-j' }}<td>
                                             </tr>
                                             <tr>
-                                                <th>Status:</th><td>{{report.get_status_display}}</td>
+                                                <th>Status:</th><td {% if report.status == 'vetted' %}class="text-success"{% elif report.status == 'unvetted' %}class="text-danger"{% endif %}>{{report.get_status_display}}</td>
                                             </tr>
                                             <tr>
                                                 <th>Anonymous:</th><td>{{report.anonymous|yesno:'Yes,No'}}</td>
-- 
GitLab