@@ -83,26 +83,26 @@ <h3>{% trans "Problem" %}</h3>
8383 < p > {{ form.blank_reconciliation }}< label for ="id_blank_reconciliation "> {% trans "Blank reconciliation:" %}</ label > </ p >
8484 < p > {{ form.blank_results }}< label for ="id_blank_results "> {% trans "Blank results:" %}</ label > </ p >
8585 < p > {{ form.unclear_figures }}< label for ="id_unclear_figures "> {% trans "Unclear figures:" %}</ label > </ p >
86- < p > {{ form.damaged_form }}< label for ="id_damaged_form "> {% trans "Damaged form:" %}</ label > </ p >
87- < p class ="large "> < label class ="wrap_label " for ="id_other ">
88- {% trans "Other:" %}</ label > {{ form.other }}</ p >
89- < p >
90- < button class ="btn btn-primary " type ="submit " name ="save "> {% trans "Save" %}</ button >
91- < a class ="btn btn-danger " role ="button " href ="{% url 'audit_dashboard' tally_id=tally_id %} "> {% trans "Cancel" %}</ a >
92- </ p >
93- < h3 > {% trans "Action Prior to Recommendation" %}</ h3 >
94- < p > < label for ="id_action_prior_to_recommendation "> {% trans "Action prior to recommendation:" %}</ label >
95- {{ form.action_prior_to_recommendation }}
96- </ p >
97- < p > < label for ="id_resolution_recommendation "> {% trans "Resolution recommendation:" %}</ label >
98- {{ form.resolution_recommendation }}
99- </ p >
100- {% if is_clerk %}
101- < p > < button class ="btn btn-success " type ="submit " name ="forward "> {% trans "Forward to Supervisor and Print Cover" %}</ button > </ p >
102- {% else %}
103- < p > < button class ="btn btn-success " type ="submit " name ="implement "> {% trans "Mark Form as Resolved" %}</ button > </ p >
104- < p > < button class ="btn btn-danger " type ="submit " name ="return "> {% trans "Return to Audit Team" %}</ button > </ p >
105- {% endif %}
86+ < p > {{ form.damaged_form }}< label for ="id_damaged_form "> {% trans "Damaged form:" %}</ label > </ p >
87+ < p class ="large "> < label class ="wrap_label " for ="id_other ">
88+ {% trans "Other:" %}</ label > {{ form.other }}</ p >
89+ < p >
90+ < button class ="btn btn-primary " type ="submit " name ="save "> {% trans "Save" %}</ button >
91+ < a class ="btn btn-danger " role ="button " href ="{% url 'audit_dashboard' tally_id=tally_id %} "> {% trans "Cancel" %}</ a >
92+ </ p >
93+ < h3 > {% trans "Action Prior to Recommendation" %}</ h3 >
94+ < p > < label for ="id_action_prior_to_recommendation "> {% trans "Action prior to recommendation:" %}</ label >
95+ {{ form.action_prior_to_recommendation }}
96+ </ p >
97+ < p > < label for ="id_resolution_recommendation "> {% trans "Resolution recommendation:" %}</ label >
98+ {{ form.resolution_recommendation }}
99+ </ p >
100+ {% if is_clerk %}
101+ < p > < button class ="btn btn-success " type ="submit " name ="forward "> {% trans "Forward to Supervisor and Print Cover" %}</ button > </ p >
102+ {% else %}
103+ < p > < button class ="btn btn-success " type ="submit " name ="implement "> {% trans "Mark Form as Resolved" %}</ button > </ p >
104+ < p > < button class ="btn btn-danger " type ="submit " name ="return "> {% trans "Return to Audit Team" %}</ button > </ p >
105+ {% endif %}
106106 </ div >
107107 < div class ="col-md-2 col-sm-1 grid2 righter ">
108108 {% if is_clerk %}
0 commit comments