diff --git a/app/templates/components/table.html b/app/templates/components/table.html index b21fc3dc9..51974483e 100644 --- a/app/templates/components/table.html +++ b/app/templates/components/table.html @@ -73,7 +73,7 @@ {% macro index_field(text) -%} - Row {{ text }} + {{ text }} {%- endmacro %}