diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html index 06bdc5150ec4116d5cb27d5fceb301cf7108a026..dd9465f3554d6a3e6cc85074b99656e92e9ec438 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>