Skip to content

Commit

Permalink
corrected link to download npda csv template
Browse files Browse the repository at this point in the history
  • Loading branch information
reecehill committed Nov 13, 2024
1 parent 3257630 commit 4c5e9cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions project/npda/templates/partials/file_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3 class="font-bold">Template - Audit Template (.csv)</h3>
<button class="btn btn-sm">Why?<i class="fa-solid fa-circle-question"></i></button>
</div>
</div>
<a href="{% static 'npda_base.csv' %}" download="npda_base.csv" class="btn w-full text-lg bg-rcpch_light_blue hover:bg-rcpch_dark_blue focus:bg-rcpch_pink border-rcpch_light_blue text-white"><i class="fa-solid fa-file-arrow-down"></i> Download NPDA CSV template</a>
<a href="{% url 'download_template' %}" download="npda_base.csv" class="btn w-full text-lg bg-rcpch_light_blue hover:bg-rcpch_dark_blue focus:bg-rcpch_pink border-rcpch_light_blue text-white"><i class="fa-solid fa-file-arrow-down"></i> Download NPDA CSV template</a>
<div class="divider">OR</div>

<form method="POST" enctype="multipart/form-data" action="home" class="w-full max-w-xl p-8 border-4 border-dashed border-gray-400" _="on dragover or dragenter halt the event then
Expand Down Expand Up @@ -44,12 +44,6 @@ <h3 class="font-bold">Template - Audit Template (.csv)</h3>
</div>
</div>
</form>

<div class="mt-2">
<a href="{% url 'download_template' %}">
<p class="text-center text-xl font-semibold font-montserrat mb-4 text-rcpch_dark_blue">Download the NPDA CSV template</p>
</a>
</div>

</div>
<script>
Expand Down

0 comments on commit 4c5e9cf

Please sign in to comment.