Incorporate breaking utils changes

Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/94
This commit is contained in:
Chris Hill-Scott
2016-12-08 11:50:59 +00:00
parent ae356fc741
commit dc63de0f4e
16 changed files with 90 additions and 100 deletions

View File

@@ -127,7 +127,7 @@
{% endif %}
{{ template.rendered }}
{{ template|string }}
{% if errors %}
{% if request.args.from_test %}

View File

@@ -12,7 +12,7 @@
{{ uploaded_file_name }}
</h1>
{{ template.rendered }}
{{ template|string }}
{{ ajax_block(partials, updates_url, 'status', finished=finished) }}
{{ ajax_block(partials, updates_url, 'counts', finished=finished) }}

View File

@@ -11,7 +11,7 @@
API info
</h1>
{{ template.rendered }}
{{ template|string }}
<div class="bottom-gutter">
{{ api_key(template.id, name="Template ID", thing='template ID') }}

View File

@@ -19,7 +19,7 @@
<h1 class="heading-large">Send yourself a test</h1>
{% endif %}
{{ template.rendered }}
{{ template|string }}
<form method="post">
{% call(item, row_number) list_table(

View File

@@ -11,7 +11,7 @@
<h1 class="heading-large">Upload recipients</h1>
{{ template.rendered }}
{{ template|string }}
<div class="page-footer bottom-gutter">
{{file_upload(

View File

@@ -1,5 +1,5 @@
<div class="column-two-thirds">
{{ template.rendered }}
{{ template|string }}
</div>
<div class="column-one-third">
{% if template._template.archived %}

View File

@@ -3,7 +3,7 @@
</div>
<div class="column-two-thirds">
{{ template.rendered }}
{{ template|string }}
</div>
<div class="column-one-third">