Merge pull request #131 from alphagov/use-template-var

Small bug fixes
This commit is contained in:
Adam Shimali
2016-02-01 14:23:36 +00:00
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ GOV.UK Notify | Notifications activity
</ul>
<p>
Sent with template <a href="{{ url_for('.edit_service_template', service_id=service_id, template_id=1) }}">{{ template_used }}</a> on {{ uploaded_file_time | format_datetime}}
Sent with template <a href="{{ url_for('.edit_service_template', service_id=service_id, template_id=template_used) }}">{{ template_used }}</a> on {{ uploaded_file_time | format_datetime}}
</p>
{% call(item) list_table(
@@ -13,7 +13,7 @@ GOV.UK Notify | Service settings
<div class="grid-row">
<div class="column-three-quarters">
<form method="post">
<form autocomplete="off" method="post">
{{ textbox(form.password) }}
{{ page_footer(
'Confirm',