Skip to content

Commit 82f92db

Browse files
Remove clinic type column
As all of our clinical types will be Screening, this column is redundant information
1 parent ae26aa1 commit 82f92db

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • manage_breast_screening/clinics/jinja2/clinics

manage_breast_screening/clinics/jinja2/clinics/index.jinja

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<tr>
3838
<th scope="col">Location</th>
3939
<th scope="col">Date and time</th>
40-
<th scope="col">Clinic type</th>
4140
<th scope="col" class="nhsuk-table__cell--numeric">Participants</th>
4241
<th scope="col">Status</th>
4342
</tr>
@@ -56,12 +55,6 @@
5655
<td>{{ presented_clinic.starts_at | no_wrap }}<br>
5756
{{presented_clinic.time_range | as_hint }}
5857
</td>
59-
<td>
60-
{{ presented_clinic.type }}
61-
<br>
62-
<span class="nhsuk-hint">{{ presented_clinic.risk_type }}</span>
63-
</td>
64-
6558
<td class="nhsuk-table__cell--numeric">
6659
{{ presented_clinic.number_of_slots }}
6760
</td>

0 commit comments

Comments
 (0)