File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tally_ho/apps/tally/templates/audit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ <h1>{% trans 'Audit Dashboard' %}</h1>
4646 </ form >
4747 </ div >
4848 < div class ="pull-right "> {# Existing Buttons #}
49- < a href ="{% url 'initiate_recall_request' tally_id %} " class ="btn btn-info btn-small "> {% trans 'Initiate Archive Recall' %}</ a >
50-
5149 < form method ="get " action ="{% url 'audit_dashboard_csv' tally_id 'csv' %}?tab=audit " style ="display: inline; ">
5250 < button type ="submit " class ="btn btn-primary btn-small "> {% trans 'Download Audit List' %}</ button >
5351 </ form >
@@ -125,6 +123,8 @@ <h2>{% trans 'Forms Awaiting Audit' %}</h2>
125123 </ form >
126124 </ div >
127125 < div class ="pull-right "> {# Existing Button #}
126+ < a href ="{% url 'initiate_recall_request' tally_id %} " class ="btn btn-info btn-small "> {% trans 'Initiate Archive Recall' %}</ a >
127+
128128 < form method ="get " action ="{% url 'audit_recall_requests_csv' tally_id %} " style ="display: inline; ">
129129 < button type ="submit " class ="btn btn-primary btn-small "> {% trans 'Download Recall List' %}</ button >
130130 </ form >
You can’t perform that action at this time.
0 commit comments