fix(detail): restore admissions cut-off note on secondary school page
All checks were successful
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 32s
Build and Push Docker Images / Build Frontend (Next.js) (push) Successful in 1m5s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Successful in 32s
Build and Push Docker Images / Trigger Portainer Update (push) Successful in 1s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 15:07:52 +01:00
parent 17b8873f0f
commit 748891ab31

View File

@@ -544,6 +544,10 @@ export function SecondarySchoolDetailView({
</div> </div>
)} )}
<p className={styles.sectionSubtitle} style={{ marginTop: '1rem' }}>
Historical distance cut-off data is not available for this school. Contact the admissions authority for oversubscription criteria details.
</p>
{hasSixthForm && ( {hasSixthForm && (
<div className={styles.sixthFormNote}> <div className={styles.sixthFormNote}>
This school has a sixth form (Post-16 provision). Post-16 destination data coming soon. This school has a sixth form (Post-16 provision). Post-16 destination data coming soon.