mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Fixed a typo (#650)
This commit is contained in:
parent
d3bc275c4e
commit
c8dbd45c00
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
{% for item in value %}
|
{% for item in value %}
|
||||||
<li>
|
<li>
|
||||||
<p class="text-semibold margin-top-1 margin-bottom-0">
|
<p class="text-semibold margin-top-1 margin-bottom-0">
|
||||||
Conatct {{forloop.counter}}
|
Contact {{forloop.counter}}
|
||||||
</p>
|
</p>
|
||||||
{% include "includes/contact.html" with contact=item %}</li>
|
{% include "includes/contact.html" with contact=item %}</li>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue