Convert create API key radios to GOVUK Frontend

This commit is contained in:
Tom Byers
2021-01-12 15:04:54 +00:00
parent 8e3aeea9a0
commit f6cef24617
4 changed files with 23 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
{% extends "withnav_template.html" %}
{% from "components/page-header.html" import page_header %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/radios.html" import radios %}
{% from "components/banner.html" import banner_wrapper %}
{% from "components/form.html" import form_wrapper %}
@@ -18,7 +17,7 @@
{% call form_wrapper() %}
{{ form.key_name }}
{{ radios(form.key_type, disable=disabled_options, option_hints=option_hints) }}
{{ form.key_type }}
{{ page_footer('Continue') }}
{% endcall %}