Skip to content

Commit 72231c8

Browse files
committed
Update dependencies
1 parent 9e7fb17 commit 72231c8

5 files changed

Lines changed: 395 additions & 354 deletions

File tree

app/templates/forms/final.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ <h1 class="tna-heading-xl">{{ pageTitle }}</h1>
2525
<dd>{{ has_complete_path }}</dd>
2626
<dt>earliest_incomplete_page</dt>
2727
<dd>{{ earliest_incomplete_page }}</dd>
28-
<dt>completion_handled</dt>
29-
<dd>{{ session.completion_handled }}</dd>
3028
</dl>
3129

3230
<h2 class="tna-heading-l">All pages</h2>

app/templates/forms/form_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1 class="tna-heading-xl">{{ pageTitle }}</h1>
4242
</div>
4343
</form>
4444

45+
<hr class="tna-!--margin-top-l">
46+
4547
<h2 class="tna-heading-l">Session data</h2>
4648
<dl class="tna-dl">
4749
{% for page in session %}
@@ -54,8 +56,6 @@ <h2 class="tna-heading-l">Session data</h2>
5456
<dd>{{ has_complete_path }}</dd>
5557
<dt>earliest_incomplete_page</dt>
5658
<dd>{{ earliest_incomplete_page }}</dd>
57-
<dt>completion_handled</dt>
58-
<dd>{{ session.completion_handled }}</dd>
5959
</dl>
6060

6161
<h2 class="tna-heading-l">All pages</h2>

0 commit comments

Comments
 (0)