Skip to content

Commit 321c61d

Browse files
committed
Move initiate archive recall request to archive recall requests tab
1 parent fe8ced6 commit 321c61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tally_ho/apps/tally/templates/audit/dashboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
&nbsp;
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+
&nbsp;
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>

0 commit comments

Comments
 (0)