From f6f6d5a4fd59cebed3dceae1b927d0fbe477047a Mon Sep 17 00:00:00 2001 From: davevad93 Date: Sat, 20 Apr 2024 23:31:08 +0200 Subject: [PATCH] Update countries.html Co-authored-by: name <158111312+jteflon@users.noreply.github.com> --- myproject/myapp/templates/countries.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myproject/myapp/templates/countries.html b/myproject/myapp/templates/countries.html index 59fb666..c5f1fd9 100644 --- a/myproject/myapp/templates/countries.html +++ b/myproject/myapp/templates/countries.html @@ -84,7 +84,7 @@

{{ country.name.common }}

{% endwith %} {% endif %} {% if search_form.search_term.value %} -

Currencies: +

Currency: {% if country.currencies %} {% for currency_code, currency_info in country.currencies.items %} {{ currency_info.name }}{% if not forloop.last %},{% endif %} @@ -177,4 +177,4 @@

No results found...

- \ No newline at end of file +