Tag new case studies with their language

This commit is contained in:
2019-03-04 20:37:39 +00:00
parent 0c594487a9
commit 3c45e38fd5
2 changed files with 16 additions and 5 deletions

View File

@ -29,6 +29,7 @@
<thead>
<tr>
<th>Name
<th>Language
<th>Approved
<th>Actions
</thead>
@ -36,6 +37,7 @@
{% for case in case_studies %}
<tr>
<td>{{ case.entry_name }}
<td>{% if case.language %}{{ case.language }}{% else %}-{% endif %}
<td>{% if case.approved %}Yes{% else %}No{% endif %}
<td>
<a href="{% url 'detail' case.slug %}">View</a> |