Use radio button desc. pattern on go live page

Nicer than using en dashes.
This commit is contained in:
Chris Hill-Scott
2016-11-02 15:46:22 +00:00
parent 4ae28386a6
commit dae10429e6
2 changed files with 6 additions and 3 deletions

View File

@@ -33,7 +33,10 @@
<form method="post">
<div class="form-group">
<p>We need permission to process your data before we can make your service live.</p>
{{ radios(form.mou) }}
{{ radios(form.mou, option_hints={
'no': 'Well send you a copy',
'dont know': 'Well check for you',
}) }}
</div>
<div class="form-group">
{{ radios(form.channel) }}