Tag new case studies with their language
This commit is contained in:
@ -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> |
|
||||
|
Reference in New Issue
Block a user