Skip to content

Commit

Permalink
Update countries.html
Browse files Browse the repository at this point in the history
Co-authored-by: name <[email protected]>
  • Loading branch information
davevad93 and jteflon committed Apr 20, 2024
1 parent b6594b8 commit f6f6d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions myproject/myapp/templates/countries.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h1 id="country-name">{{ country.name.common }}</h1>
{% endwith %}
{% endif %}
{% if search_form.search_term.value %}
<p>Currencies:
<p>Currency:
{% if country.currencies %}
{% for currency_code, currency_info in country.currencies.items %}
{{ currency_info.name }}{% if not forloop.last %},{% endif %}
Expand Down Expand Up @@ -177,4 +177,4 @@ <h1>No results found...</h1>
</footer>
</body>

</html>
</html>

0 comments on commit f6f6d5a

Please sign in to comment.