Skip to content
Snippets Groups Projects
Unverified Commit e2651b08 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1120 from...

Merge pull request #1120 from OpenTechFund/feature/add-screening-status-to-submission-list-view-extended-info

Add screening status in submission list view extended section.
parents d4a049b6 17d3dec9
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<tr class="submission-meta__row"> <tr class="submission-meta__row">
<th><h6 class="heading heading--normal heading--no-margin">Applicant</h6></th> <th><h6 class="heading heading--normal heading--no-margin">Applicant</h6></th>
<th><h6 class="heading heading--normal heading--no-margin">Last updated</h6></th> <th><h6 class="heading heading--normal heading--no-margin">Last updated</h6></th>
<th><h6 class="heading heading--normal heading--no-margin">Screening status</h6></th>
<th><h6 class="heading heading--normal heading--no-margin">Review outcomes</h6></th> <th><h6 class="heading heading--normal heading--no-margin">Review outcomes</h6></th>
</tr> </tr>
<tr class="submission-meta__row submission-meta__row--black"> <tr class="submission-meta__row submission-meta__row--black">
...@@ -32,6 +33,9 @@ ...@@ -32,6 +33,9 @@
&mdash; &mdash;
{% endif %} {% endif %}
</td> </td>
<td>
<strong>{{ submission.screening_status|default:"Awaiting Screen status" }}</strong>
</td>
<td> <td>
<ul class="list list--no-margin"> <ul class="list list--no-margin">
{% for review in submission.reviews.submitted %} {% for review in submission.reviews.submitted %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment