Merge pull request #1178 from alphagov/fix-html-showing-up-breaking-change

Fix HTML showing up on breaking change page
This commit is contained in:
Chris Hill-Scott
2017-03-07 16:09:42 +00:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
<form method="post">
<input type="hidden" name="name" value="{{ new_template.name }}" />
<input type="hidden" name="subject" value="{{ new_template.subject or '' }}" />
<input type="hidden" name="subject" value="{{ new_template._subject or '' }}" />
<input type="hidden" name="template_content" value="{{ new_template.content }}" />
<input type="hidden" name="template_id" value="{{ new_template.id }}" />