From 8e3cddd66d291366c549408bea990ad595c9d431 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 26 Jun 2020 20:56:44 +0100 Subject: [PATCH] Convert radios on set letter brand page --- .../organisation/settings/set-letter-branding.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/views/organisations/organisation/settings/set-letter-branding.html b/app/templates/views/organisations/organisation/settings/set-letter-branding.html index a612c9696..57114bf98 100644 --- a/app/templates/views/organisations/organisation/settings/set-letter-branding.html +++ b/app/templates/views/organisations/organisation/settings/set-letter-branding.html @@ -1,5 +1,4 @@ {% extends "org_template.html" %} -{% from "components/radios.html" import radios %} {% from "components/live-search.html" import live_search %} {% from "components/page-footer.html" import page_footer %} {% from "components/page-header.html" import page_header %} @@ -31,7 +30,7 @@ label='Search by name', autofocus=True ) }} - {{ radios(form.branding_style, hide_legend=True) }} + {{ form.branding_style }}