From 1272bf8934b62b5baac1e4a058809dea573151f5 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Tue, 4 Dec 2018 16:20:31 -0800 Subject: [PATCH] DIV-903: Added optional links to print and review page. --- edivorce/apps/core/templates/dashboard/print_form.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index 1e9bd36b..a63a78bc 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -484,6 +484,13 @@ for anyone requesting a name change {% endif %} + {% if how_will_calculate_income == 'entered agreement' %} +
  • Completed + + Agreement as to Annual Income (F9) + +
  • + {% endif %} @@ -508,6 +515,9 @@
  • Affidavit — Desk Order Divorce Form (F30)
  • {% endcomment %} {% endif %} + {% if how_will_calculate_income == 'entered agreement' %} +
  • Agreement as to Annual Income (F9)
  • + {% endif %}