Update summary_item.html

Fix typo
This commit is contained in:
rachidatecs 2023-05-22 13:33:12 -04:00 committed by GitHub
parent 53de82a406
commit 573b93e0cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
{% for item in value %}
<li>
<p class="text-semibold margin-top-1 margin-bottom-0">
Conatct {{forloop.counter}}
Contact {{forloop.counter}}
</p>
{% include "includes/contact.html" with contact=item %}</li>
{% empty %}