Replace column-two-thirds with govuk-grid-column-two-thirds

This commit is contained in:
Katie Smith
2020-02-19 12:36:02 +00:00
parent 07bcb4220e
commit bf949044bc
47 changed files with 51 additions and 51 deletions

View File

@@ -18,10 +18,10 @@
{% call form_wrapper() %}
<div class="govuk-grid-row">
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this') }}
</div>
<div class="column-two-thirds">
<div class="govuk-grid-column-two-thirds">
{{ textbox(form.template_content, highlight_placeholders=True, width='1-1', rows=5) }}
{% if current_user.platform_admin %}
{{ radios(form.process_type) }}