Skip to content

Commit

Permalink
Update report name to reflect the data it's displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwashuma committed Nov 8, 2024
1 parent f8eff20 commit 05c1803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block content %}

<h1>{% trans 'Results Duplicated List' %}</h1>
<h1>{% trans 'Duplicate Result Forms List' %}</h1>

<br/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion tally_ho/apps/tally/templates/super_admin/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3>{% trans 'Reports' %}</h3>
<li><a href="{% url 'form-duplicates' tally_id=tally_id %}">{% trans 'Form Duplicates' %}</a></li>
<li><a href="{% url 'form-clearance' tally_id=tally_id %}">{% trans 'Form Clearance' %}</a></li>
<li><a href="{% url 'form-audit' tally_id=tally_id %}">{% trans 'Form Audit' %}</a></li>
<li><a href="{% url 'form-results-duplicates' tally_id=tally_id %}">{% trans 'Form Results Duplicates' %}</a></li>
<li><a href="{% url 'form-results-duplicates' tally_id=tally_id %}">{% trans 'Duplicate Result Forms List' %}</a></li>
<li><a href="{% url 'result-export' tally_id=tally_id %}">{% trans 'Download Results' %}</a></li>
</ul>

Expand Down

0 comments on commit 05c1803

Please sign in to comment.