Even more clear that we miss voting!

This commit is contained in:
2014-07-15 12:03:18 +02:00
parent 7e9c032e24
commit 31f15978aa
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
</thead>
<tbody>
{% for application in applications %}
<tr class="{% if not application.is_reviewed() %}danger{% endif %}">
<tr class="{% if application.is_reviewed() %}danger{% endif %}">
<td class="relative content-align-center">{{ application.id }}</td>
<td><a href="{{url_for('applications.view', id=application.id)}}" >
{{application.user.first_name}} {{application.user.last_name}}