diff --git a/app/templates/index.html b/app/templates/index.html index 512d48f..f45d31f 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -14,8 +14,8 @@ {% for object in data %} - {{object.id}} - {{object.value}} + {{object.id}} + {{object.value}} {% endfor %}