Skip to content

Commit

Permalink
ICMSLST-1351 - Firearms Report - Amend label for enter details manual…
Browse files Browse the repository at this point in the history
…ly button.
  • Loading branch information
chris-pettinga committed Mar 1, 2024
1 parent 479c953 commit 3224e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pii-ner-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3893,3 +3893,5 @@ README
CertificateOfGoodManufacturingPracticeApplicationTemplate
TemplateCls
Application Type"
Enter Manually
No Firearms to Report
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
<a
href="{{ report.get_add_firearm_url(goods.pk, 'manual') }}"
class="button small-button icon-plus">
Manual Add Firearm
Enter Manually
</a>
{% elif report_type == "oil" %}
<a
href="{{ report.get_add_firearm_url('manual') }}"
class="button small-button icon-plus">
Manual Add Firearm
Enter Manually
</a>
{% elif report_type == "sil" %}
<a
href="{{ report.get_add_firearm_url(section_type, section.pk, 'manual') }}"
class="button small-button icon-plus">
Manual Add Firearm
Enter Manually
</a>
{% endif %}
{%- endmacro -%}
Expand Down

0 comments on commit 3224e03

Please sign in to comment.